]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameInitDispose.cpp
Some debug about textures.
[lugaru.git] / Source / GameInitDispose.cpp
index 24edee3ff98c6db20368ad2cdfa0f9025eb3bc50..5d6f579302b30f4e2363124dc54bfa02626156c2 100644 (file)
@@ -496,6 +496,8 @@ void FadeLoadingScreen(float howmuch)
 }
 
 
+extern bool cmdline(const char *cmd);
+    
 void Game::InitGame()
 {
 #if PLATFORM_MACOSX
@@ -635,7 +637,6 @@ void Game::InitGame()
     #if PLATFORM_LINUX
     int output = -1;
     
-    extern bool cmdline(const char *cmd);
     unsigned char rc = 0;
     output = OPENAL_OUTPUT_ALSA;  // Try alsa first...
     if (cmdline("forceoss"))      //  ...but let user override that.