]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Various SDL input and Game::* cleanups
[lugaru.git] / Source / Globals.cpp
index f272cc9cd98b47021e3f3bfb36d29df6c45e2308..d55167b01f9513013310a4cfb43ec456deec6e41 100644 (file)
@@ -42,8 +42,7 @@ OPENAL_SAMPLE *samp[100] = {0};
 OPENAL_STREAM * strm[20] = {0};
 int channels[100] = {0};
 
-float volume = 0;bool buttons[3] = {0};
-bool oldbuttons[3] = {0};
+float volume = 0;
 bool ismotionblur = 0;
 float usermousesensitivity = 0;
 bool floatjump = 0;