]> git.jsancho.org Git - lugaru.git/blobdiff - Source/main.cpp
Removed unused globals
[lugaru.git] / Source / main.cpp
index 09f6960be03b6dfd8ca9b4100984c542001d433a..1e7890876dd9ba8198875fb0df423175fa36307d 100644 (file)
@@ -42,7 +42,6 @@ using namespace Game;
 #endif
 
 extern float multiplier;
-extern float sps;
 extern float realmultiplier;
 extern int slomo;
 extern bool cellophane;
@@ -243,9 +242,6 @@ bool SetUp ()
         fprintf(stderr, "Failed to load config, creating default\n");
         SaveSettings();
     }
-    if (kBitsPerPixel != 32 && kBitsPerPixel != 16) {
-        kBitsPerPixel = 16;
-    }
 
     if (SDL_GL_LoadLibrary(NULL) == -1) {
         fprintf(stderr, "SDL_GL_LoadLibrary() failed: %s\n", SDL_GetError());