Changed C++ style comments.

This commit is contained in:
Philipp Wiesemann 2014-05-18 21:11:30 +02:00
parent 8cc5275bde
commit ed89f98f5b
3 changed files with 8 additions and 5 deletions

View file

@ -123,7 +123,9 @@ main(int argc, char *argv[])
}
break;
case SDL_JOYAXISMOTION:
/*
// SDL_Log("Axis Move: %d\n", event.jaxis.axis);
*/
if (enable_haptic)
SDL_HapticRumblePlay(haptic, 0.25, 250);
break;