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 GameInfoView...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer/Views/Game GameInfoView...
Date: Sat, 06 Sep 2003 14:23:08 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/06 14:23:08

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

Log message:
        another small fix

Patches:
Index: netpanzer/src/NetPanzer/Views/Game/GameInfoView.cpp
diff -u netpanzer/src/NetPanzer/Views/Game/GameInfoView.cpp:1.4 
netpanzer/src/NetPanzer/Views/Game/GameInfoView.cpp:1.5
--- netpanzer/src/NetPanzer/Views/Game/GameInfoView.cpp:1.4     Sat Sep  6 
11:18:19 2003
+++ netpanzer/src/NetPanzer/Views/Game/GameInfoView.cpp Sat Sep  6 14:23:08 2003
@@ -149,7 +149,8 @@
 
    if( GameConfig::GetGameType() == _gametype_timelimit )
     {
-        sprintf(timeBuf, "time   %s/%s", (const char *) getPlayerTime(), 
getTimeLimit() );
+        sprintf(timeBuf, "time   %s/%s", (const char*) getPlayerTime(),
+                                                                         
(const char*) getTimeLimit() );
         checkGameInfoRect(timeBuf);
     }
    else




reply via email to

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