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:
parent
f8fe9124d9
commit
748dc0841f
@ -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())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user