netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src/NetPanzer/Views/Game LobbyView.cpp


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer/Views/Game LobbyView.cpp
Date: Mon, 15 Sep 2003 17:44:56 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/15 17:44:55

Modified files:
        src/NetPanzer/Views/Game: LobbyView.cpp 

Log message:
        small bugfix for my last commit

Patches:
Index: netpanzer/src/NetPanzer/Views/Game/LobbyView.cpp
diff -u netpanzer/src/NetPanzer/Views/Game/LobbyView.cpp:1.8 
netpanzer/src/NetPanzer/Views/Game/LobbyView.cpp:1.9
--- netpanzer/src/NetPanzer/Views/Game/LobbyView.cpp:1.8        Mon Sep 15 
17:42:15 2003
+++ netpanzer/src/NetPanzer/Views/Game/LobbyView.cpp    Mon Sep 15 17:44:55 2003
@@ -116,7 +116,8 @@
 
                // Move the current text up by the height of the app font.
                tempSurface.blt(background, CHAR_YPIX, 0);
-               currentline--;
+       } else {
+               currentline++;
        }
 } // end LobbyView::scroll
 




reply via email to

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