removed wrong sdl_image dep from xcode project, minor cleanup

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2300 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2008-09-24 23:08:12 +00:00
parent e1df51b631
commit e9439f0cd7
2 changed files with 0 additions and 9 deletions

View File

@@ -2380,7 +2380,6 @@
"-L/usr/local/lib",
"-lSDL",
"-lSDLmain",
"-lSDL_image",
"-lopenal",
"-lalut",
"-lvorbisfile",
@@ -2449,7 +2448,6 @@
"-L/usr/local/lib",
"-lSDL",
"-lSDLmain",
"-lSDL_image",
"-lopenal",
"-lalut",
"-lvorbisfile",

View File

@@ -260,13 +260,6 @@ void RaceManager::startNextRace()
// variable world. Admittedly a bit ugly, but simplifies
// handling of objects which get created in the constructor
// and need world to be defined.
/*
MAJOR_MODE_GRAND_PRIX, MAJOR_MODE_SINGLE,
MINOR_MODE_QUICK_RACE, MINOR_MODE_TIME_TRIAL, MINOR_MODE_FOLLOW_LEADER
FIXME
*/
if(m_minor_mode==MINOR_MODE_FOLLOW_LEADER) new FollowTheLeaderRace();
else new StandardRace();