[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/src game.cpp
From: |
Philippe Plantier |
Subject: |
[Wesnoth-cvs-commits] wesnoth/src game.cpp |
Date: |
Sat, 18 Sep 2004 19:18:36 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <address@hidden> 04/09/18 23:12:20
Modified files:
src : game.cpp
Log message:
Fixed the game not starting.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/game.cpp.diff?tr1=1.132&tr2=1.133&r1=text&r2=text
Patches:
Index: wesnoth/src/game.cpp
diff -u wesnoth/src/game.cpp:1.132 wesnoth/src/game.cpp:1.133
--- wesnoth/src/game.cpp:1.132 Sat Sep 18 22:56:00 2004
+++ wesnoth/src/game.cpp Sat Sep 18 23:12:20 2004
@@ -1,4 +1,4 @@
-/* $Id: game.cpp,v 1.132 2004/09/18 22:56:00 silene Exp $ */
+/* $Id: game.cpp,v 1.133 2004/09/18 23:12:20 gruikya Exp $ */
/*
Copyright (C) 2003 by David White <address@hidden>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -581,6 +581,7 @@
if(!no_gui_) {
SDL_WM_SetCaption(_("The Battle for Wesnoth"), NULL);
}
+ return true;
}
bool game_controller::play_test()
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, Yann Dirson, 2004/09/02
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, David White, 2004/09/08
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, David White, 2004/09/12
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, David White, 2004/09/12
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, Guillaume Melquiond, 2004/09/18
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, Guillaume Melquiond, 2004/09/18
- [Wesnoth-cvs-commits] wesnoth/src game.cpp,
Philippe Plantier <=
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, David White, 2004/09/18
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, Guillaume Melquiond, 2004/09/19
- [Wesnoth-cvs-commits] wesnoth/src game.cpp, Yann Dirson, 2004/09/19