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: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/src/action actions.c
Date: Fri, 03 Oct 2003 16:00:09 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/10/03 16:00:09

Modified files:
        src/action     : actions.c 

Log message:
        Disable log by default

Patches:
Index: stratagus/src/action/actions.c
diff -u stratagus/src/action/actions.c:1.97 stratagus/src/action/actions.c:1.98
--- stratagus/src/action/actions.c:1.97 Fri Oct  3 15:58:24 2003
+++ stratagus/src/action/actions.c      Fri Oct  3 16:00:09 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: actions.c,v 1.97 2003/10/03 19:58:24 jsalmon3 Exp $
+//     $Id: actions.c,v 1.98 2003/10/03 20:00:09 jsalmon3 Exp $
 
 //@{
 
@@ -614,7 +614,6 @@
        HandleUnitAction(unit);
        DebugCheck( *tpos!=unit );      // Removed is evil.
 
-#define DEBUG_ACTIONS
 #ifdef DEBUG_ACTIONS
        //
        //      Dump the unit to find the network unsyncron bug.
@@ -643,7 +642,7 @@
            UnitNumber(unit),unit->Type ? unit->Type->Ident : "unit-killed",
                unit->State,unit->SubAction,
                unit->Orders[0].Action,
-               unit->Player ? unit->Player->Player : 
-1,unit->Refs,SyncRandSeed,

+               unit->Player ? unit->Player->Player : 
-1,unit->Refs,SyncRandSeed,
                unit->X, unit->Y, unit->IX, unit->IY);
                
        // SaveUnit(unit,logf);




reply via email to

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