Patch for multiple joysticks from const86 <const@mimas.ru>
[supertux.git] / src / supertux / globals.hpp
index 08a4830..8f21b13 100644 (file)
@@ -40,7 +40,7 @@ extern int SCREEN_WIDTH;
 extern int SCREEN_HEIGHT;
 
 // global variables
-extern JoystickKeyboardController* g_main_controller;
+extern JoystickKeyboardController* g_jk_controller;
 
 extern SDL_Surface* g_screen;