CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <[EMAIL PROTECTED]>  05/09/13 13:45:31

Modified files:
        src            : multiplayer_lobby.cpp 

Log message:
        remove the adjust_position to selection on update

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

Patches:
Index: wesnoth/src/multiplayer_lobby.cpp
diff -u wesnoth/src/multiplayer_lobby.cpp:1.87 
wesnoth/src/multiplayer_lobby.cpp:1.88
--- wesnoth/src/multiplayer_lobby.cpp:1.87      Tue Sep 13 13:36:24 2005
+++ wesnoth/src/multiplayer_lobby.cpp   Tue Sep 13 13:45:31 2005
@@ -1,4 +1,4 @@
-/* $Id: multiplayer_lobby.cpp,v 1.87 2005/09/13 13:36:24 j_daniel Exp $ */
+/* $Id: multiplayer_lobby.cpp,v 1.88 2005/09/13 13:45:31 j_daniel Exp $ */
 /*
    Copyright (C)
    Part of the Battle for Wesnoth Project http://www.wesnoth.org
@@ -331,8 +331,6 @@
        scroll(get_position());
        if(selected_ >= games_.size())
                selected_ = maximum<long>(static_cast<long>(games_.size()) - 1, 
0);
-       if(selected_ >= 0)
-               adjust_position(selected_);
        set_dirty();
 }
 


Reply via email to