CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Guillaume Melquiond <[EMAIL PROTECTED]> 04/10/07 05:59:30
Modified files:
src : game.cpp
Log message:
Dave, why the advertising for MightyRabbit? The worst is that it was
still compiling cleanly. :-)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.142&tr2=1.143&r1=text&r2=text
Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.142 wesnoth/src/game.cpp:1.143
--- wesnoth/src/game.cpp:1.142 Thu Oct 7 01:47:33 2004
+++ wesnoth/src/game.cpp Thu Oct 7 05:59:30 2004
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.142 2004/10/07 01:47:33 Sirp Exp $ */
+/* $Id: game.cpp,v 1.143 2004/10/07 05:59:30 silene Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -417,7 +417,7 @@
break; //parse the rest of the arguments when we set up
the game
} else if(val == "--test" || val == "-t") {
test_mode_ = true;
- } else if(val == "--debug" || val == "-d")
{http://www.wesnoth.org/forum/profile.php?mode=viewprofile&u=195
+ } else if(val == "--debug" || val == "-d") {
game_config::debug = true;
} else if (val.substr(0, 6) == "--log-") {
} else if(val == "--nosound") {