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 MiniMapView.cpp


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer/Views/Game MiniMapView.cpp
Date: Mon, 10 Nov 2003 08:50:34 -0500

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/11/10 08:50:34

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

Log message:
        put the map into lower right edge by default

Patches:
Index: netpanzer/src/NetPanzer/Views/Game/MiniMapView.cpp
diff -u netpanzer/src/NetPanzer/Views/Game/MiniMapView.cpp:1.19 
netpanzer/src/NetPanzer/Views/Game/MiniMapView.cpp:1.20
--- netpanzer/src/NetPanzer/Views/Game/MiniMapView.cpp:1.19     Mon Oct 13 
10:30:19 2003
+++ netpanzer/src/NetPanzer/Views/Game/MiniMapView.cpp  Mon Nov 10 08:50:34 2003
@@ -67,7 +67,7 @@
     //iXY size = miniMap->getPix();
     iXY size(196, 196);
     resize(size);
-    moveTo(iXY(0, 0));
+    moveTo(iXY(0, screen->getPix().y - 196));
 
     mapDrawType = MAP_SOLID;
 




reply via email to

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