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:
hikerstk
2010-12-16 23:04:23 +00:00
parent 407e91a1bc
commit 811550eb7f

View File

@@ -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