disabled traffic and empty_robot with #if 0s - this allows creating IDE projects by just dragging the source directory onto the source tree, without having to manually select out some files
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3168 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
b1b27998b5
commit
af1f9b02a7
@ -10,6 +10,8 @@
|
|||||||
* You should also delete these intructions. Oh, and if you use this template
|
* You should also delete these intructions. Oh, and if you use this template
|
||||||
* as a robot, it does nothing.
|
* as a robot, it does nothing.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
// SuperTuxKart - a fun racing game with go-kart
|
// SuperTuxKart - a fun racing game with go-kart
|
||||||
// Copyright (C) 2004-2005 Steve Baker <sjbaker1@airmail.net>
|
// Copyright (C) 2004-2005 Steve Baker <sjbaker1@airmail.net>
|
||||||
@ -65,3 +67,5 @@ void EmptyRobot::reset()
|
|||||||
/*General kart stuff*/
|
/*General kart stuff*/
|
||||||
AutoKart::reset();
|
AutoKart::reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
@ -17,6 +17,8 @@
|
|||||||
// along with this program; if not, write to the Free Software
|
// along with this program; if not, write to the Free Software
|
||||||
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
#include "kart.hpp"
|
#include "kart.hpp"
|
||||||
#include "constants.hpp"
|
#include "constants.hpp"
|
||||||
#include "modes/world.hpp"
|
#include "modes/world.hpp"
|
||||||
@ -54,3 +56,4 @@ void TrafficDriver::doLapCounting () {}
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
void TrafficDriver::doZipperProcessing () {}
|
void TrafficDriver::doZipperProcessing () {}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user