Removed tabs, fixed compiler warning ("/*" inside a comment).
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7045 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -36,13 +36,13 @@ private:
|
||||
public:
|
||||
|
||||
GameTutorial();
|
||||
virtual ~GameTutorial() {};
|
||||
virtual ~GameTutorial() {};
|
||||
|
||||
// clock events
|
||||
/*virtual void countdownReachedZero();
|
||||
|
||||
// overriding World methods
|
||||
/*
|
||||
|
||||
virtual void restartRace();
|
||||
virtual std::string getIdent() const;
|
||||
float getClockStartTime();
|
||||
@@ -54,4 +54,4 @@ public:
|
||||
*/
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user