stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/action actions.c


From: Russell Smith
Subject: [Stratagus-CVS] stratagus/src/action actions.c
Date: Tue, 02 Sep 2003 00:33:46 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/09/02 00:33:46

Modified files:
        src/action     : actions.c 

Log message:
        Updated #ifdef to be useful, helps with debugging network sync errors

Patches:
Index: stratagus/src/action/actions.c
diff -u stratagus/src/action/actions.c:1.89 stratagus/src/action/actions.c:1.90
--- stratagus/src/action/actions.c:1.89 Thu Aug 28 18:51:41 2003
+++ stratagus/src/action/actions.c      Tue Sep  2 00:33:45 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: actions.c,v 1.89 2003/08/28 22:51:41 n0body Exp $
+//     $Id: actions.c,v 1.90 2003/09/02 04:33:45 mr-russ Exp $
 
 //@{
 
@@ -405,7 +405,7 @@
        HandleUnitAction(unit);
        DebugCheck( *tpos!=unit );      // Removed is evil.
 
-#ifdef DEBUG_wastes_disk_space
+#ifdef DEBUG_ACTIONS
        //
        //      Dump the unit to find the network unsyncron bug.
        //




reply via email to

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