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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user