removed debug code that should not have gone in
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3258 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
f69086893e
commit
031b4b4a81
@ -129,12 +129,8 @@ RaceGUI::handle(GameAction ga, int value)
|
||||
// gameaction enum have the same order (Otherwise the stuff below would
|
||||
// not work ...)!
|
||||
|
||||
std::cout << "--- ga = " << ga << "\n";
|
||||
|
||||
if (ga >= GA_FIRST_KARTACTION && ga <= GA_LAST_KARTACTION)
|
||||
{
|
||||
std::cout << "--- yay passing to kart\n";
|
||||
|
||||
// 'Pulls down' the gameaction value to make them multiples of the
|
||||
// kartaction values.
|
||||
int ka = ga - GA_FIRST_KARTACTION;
|
||||
|
Loading…
Reference in New Issue
Block a user