Cosmetic changes only to follow our coding guidelines.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9820 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-09-13 23:42:06 +00:00
parent bc3c68cdaa
commit 124c795120

View File

@@ -143,15 +143,15 @@ public:
virtual void enterRaceOverState();
virtual void terminateRace();
// ------------------------------------------------------------------------
/** Will be called to notify your derived class that the clock,
* which is in COUNTDOWN mode, has reached zero. */
virtual void countdownReachedZero() {};
// ------------------------------------------------------------------------
/** Called when the race actually starts. */
virtual void onGo() {};
};
}; // WorldStatus
#endif