1) Some bugfixes to the linux compile environment

2) Fixed the 'waiting for AI karts' time back to the original value.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1450 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-02-08 08:16:35 +00:00
parent 8bc9fd0286
commit c23ac39b05
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = @BULLETTREE@ src wavs images models data mods fonts
SUBDIRS = @BULLETTREE@ src wavs images models data fonts
EXTRA_DIST = README ChangeLog COPYING missing

View File

@ -35,7 +35,6 @@ supertuxkart_SOURCES = main.cpp \
collectable_manager.cpp collectable_manager.hpp \
sound_manager.cpp sound_manager.hpp \
sound_plib.cpp sound_plib.hpp \
music_mikmod.cpp music_mikmod.hpp \
music_ogg.cpp music_ogg.hpp \
sfx_openal.cpp sfx_openal.hpp \
input.hpp \
@ -129,7 +128,7 @@ supertuxkart_SOURCES = main.cpp \
# Link in the specific gcc 4.1 bug work around
supertuxkart_LDADD = -L. -lstatic_ssg \
-lplibjs -lplibsl -lplibssg -lplibpu -lplibfnt -lplibsg \
-lplibul -lplibssgaux $(bullet_LIBS) $(opengl_LIBS) $(sdl_LIBS) $(openal_LIBS) $(mikmod_LIBS)
-lplibul -lplibssgaux $(bullet_LIBS) $(opengl_LIBS) $(sdl_LIBS) $(openal_LIBS)
.PHONY: pot
pot:

View File

@ -22,7 +22,7 @@
#define MAX_HISTORY 50000 /* number of history events */
#define TIME_DELAY_TILL_FINISH 0.100f /* time after all player karts finish */
#define TIME_DELAY_TILL_FINISH 10.0f /* time after all player karts finish */
/*
All final units are in meters (or meters/sec or meters/sec^2)
and degrees (or degrees/sec).