CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Isaac Clerencia <[EMAIL PROTECTED]> 05/06/02 23:26:37
Modified files:
src : game.cpp
Log message:
Make game.cpp build with gcc
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.247&tr2=1.248&r1=text&r2=text
Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.247 wesnoth/src/game.cpp:1.248
--- wesnoth/src/game.cpp:1.247 Thu Jun 2 23:10:55 2005
+++ wesnoth/src/game.cpp Thu Jun 2 23:26:37 2005
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.247 2005/06/02 23:10:55 Sirp Exp $ */
+/* $Id: game.cpp,v 1.248 2005/06/02 23:26:37 isaaccp Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -155,7 +155,7 @@
: argc_(argc), arg_(1), argv_(argv),
sound_manager_(use_sound), test_mode_(false), multiplayer_mode_(false),
no_gui_(false), use_caching_(true), force_bpp_(-1), disp_(NULL),
- loaded_game_show_replay_(false)
+ loaded_game_show_replay_(false), thread_manager()
{
for(arg_ = 1; arg_ != argc_; ++arg_) {
const std::string val(argv_[arg_]);