r113 - trunk/src

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 12 09:36:15 EDT 2005


Author: jonas
Date: 2005-06-12 09:36:15 -0400 (Sun, 12 Jun 2005)
New Revision: 113

Modified:
   trunk/src/lost_penguins.cpp
Log:
10l, cosmetics

Modified: trunk/src/lost_penguins.cpp
===================================================================
--- trunk/src/lost_penguins.cpp	2005-03-20 10:48:40 UTC (rev 112)
+++ trunk/src/lost_penguins.cpp	2005-06-12 13:36:15 UTC (rev 113)
@@ -32,7 +32,7 @@
         exit(-1);
     }
     SDL_ShowCursor(SDL_DISABLE);
-    system(config.datadir.c_str());
+    //Change directory to datadir
 
     cout << "ImageCache...\n";
     imgcache=new ImageCache();
@@ -173,11 +173,11 @@
 }
 
 void usage() {
-    cout << "Usage: lost_penguins [OPTIONS]\n";
+    cout << "Usage: lost_penguins [OPTIONS]\n\n";
     cout << "  -w, -width   Changes resolution (width) of game.    Default: 640\n";
     cout << "  -h, -height  Changes resolution (height) of game.   Default: 480\n";
     cout << "  -bpp         Specifies color depth (bpp) of screen. Default: 16\n";
-    cout << "  -fs, -full	Enable fullscreen.                     Default: disabled\n";
+    cout << "  -fs, -full   Enable fullscreen.                     Default: disabled\n";
     cout << "  -map         Load specified map from data dir.      Default: map1\n";
     cout << "  -h, --help   Show this text \n";
     quitGame(4);




More information about the lostpenguins-commits mailing list