wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src multiplayer_lobby.cpp


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src multiplayer_lobby.cpp
Date: Mon, 01 Aug 2005 14:10:37 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/08/01 18:10:37

Modified files:
        src            : multiplayer_lobby.cpp 

Log message:
        Fixed bug #13522 which caused game names to disappear because the 
location of the ui wasn't initialized while building the gamelist.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/multiplayer_lobby.cpp.diff?tr1=1.78&tr2=1.79&r1=text&r2=text

Patches:
Index: wesnoth/src/multiplayer_lobby.cpp
diff -u wesnoth/src/multiplayer_lobby.cpp:1.78 
wesnoth/src/multiplayer_lobby.cpp:1.79
--- wesnoth/src/multiplayer_lobby.cpp:1.78      Tue Jul 26 12:08:22 2005
+++ wesnoth/src/multiplayer_lobby.cpp   Mon Aug  1 18:10:37 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_lobby.cpp,v 1.78 2005/07/26 12:08:22 j_daniel Exp $ */
+/* $Id: multiplayer_lobby.cpp,v 1.79 2005/08/01 18:10:37 j_daniel Exp $ */
 /*
    Copyright (C)
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -113,6 +113,8 @@
        current_game_(0)
 {
        game_config::debug = false;
+       const SDL_Rect pos = { 0, 0, disp.video().getx(), disp.video().gety() };
+       ui::set_location(pos);
        gamelist_updated();
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]