netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src NetPanzer/Interfaces/GameManager....


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src NetPanzer/Interfaces/GameManager....
Date: Sat, 04 Oct 2003 10:50:29 -0400

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

Modified files:
        src/NetPanzer/Interfaces: GameManager.cpp 
        src/Lib        : FileSystem.cpp 

Log message:
        fewer spam on the console

Patches:
Index: netpanzer/src/Lib/FileSystem.cpp
diff -u netpanzer/src/Lib/FileSystem.cpp:1.8 
netpanzer/src/Lib/FileSystem.cpp:1.9
--- netpanzer/src/Lib/FileSystem.cpp:1.8        Tue Sep 23 19:43:18 2003
+++ netpanzer/src/Lib/FileSystem.cpp    Sat Oct  4 10:50:29 2003
@@ -54,7 +54,6 @@
                             writedir, PHYSFS_getLastError());
         }
     }
-    printf("WriteDir: %s\n", writedir);
 
     PHYSFS_addToSearchPath(writedir, 0);
     PHYSFS_addToSearchPath(basedir, 1);
Index: netpanzer/src/NetPanzer/Interfaces/GameManager.cpp
diff -u netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.58 
netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.59
--- netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.58     Sat Oct  4 
10:44:38 2003
+++ netpanzer/src/NetPanzer/Interfaces/GameManager.cpp  Sat Oct  4 10:50:28 2003
@@ -183,7 +183,6 @@
 void GameManager::shutdownSoundSubSystem()
 {
     if(sound) {
-        LOG( ("shutdown sound system.") );
         delete sound;
         sound = 0;
     }
@@ -193,8 +192,6 @@
 
 void GameManager::initializeWindowSubSystem()
 {
-    LOG(("Initializing Game Viewing System"));
-
     loadPalette("wads/netp.act");
     
     initFont();




reply via email to

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