Quick fix to avoid crash at end of race, full fix to follow later ;)

This commit is contained in:
hiker 2014-07-07 23:31:43 +10:00
parent 09a9863a72
commit de7ceb0c2d

View File

@ -75,6 +75,7 @@ RaceManager::RaceManager()
setTrack("jungle");
m_default_ai_list.clear();
setNumLocalPlayers(0);
m_grand_prix = new GrandPrixData();
} // RaceManager
//-----------------------------------------------------------------------------