Prevent a gcc warning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1330 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2007-12-09 23:46:52 +00:00
parent f8fe9124d9
commit 748dc0841f

View File

@ -919,7 +919,7 @@ UserConfig::newIngameActionMap()
// TODO: Reorder ingame GameAction values so that they start with
// the fixed ones. This would allow simpler looking code here.
GameAction gaEnd;
GameAction gaEnd = GA_NULL;
switch (race_manager->getNumPlayers())
{