|
From: Lasse Kärkkäi. <tr...@us...> - 2011-02-24 23:55:01
|
Author: Lasse Karkkainen <tro...@tr...>
Date: Fri Feb 25 00:52:33 2011 +0100
Change kbd guitar godmode to RCTRL instead of F6/6/N.
---
game/joystick.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/joystick.cc b/game/joystick.cc
index e18499a..a5c52a9 100644
--- a/game/joystick.cc
+++ b/game/joystick.cc
@@ -475,7 +475,7 @@ bool input::SDL::pushEvent(SDL_Event _e) {
is_keyboard_event = true;
event.type = input::Event::PRESS;
break;
- case SDLK_F6: case SDLK_6: case SDLK_n:
+ case SDLK_RCTRL: // Godmode
button++;
case SDLK_F5: case SDLK_5: case SDLK_b:
button++;
|