stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/map map_draw.c map_fog.c


From: Russell Smith
Subject: [Stratagus-CVS] stratagus/src/map map_draw.c map_fog.c
Date: Sun, 14 Sep 2003 19:25:41 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/09/14 19:25:41

Modified files:
        src/map        : map_draw.c map_fog.c 

Log message:
        Turn Fog Debug and Grid back off by default

Patches:
Index: stratagus/src/map/map_draw.c
diff -u stratagus/src/map/map_draw.c:1.48 stratagus/src/map/map_draw.c:1.49
--- stratagus/src/map/map_draw.c:1.48   Fri Sep 12 13:44:37 2003
+++ stratagus/src/map/map_draw.c        Sun Sep 14 19:25:41 2003
@@ -29,7 +29,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: map_draw.c,v 1.48 2003/09/12 17:44:37 n0body Exp $
+//     $Id: map_draw.c,v 1.49 2003/09/14 23:25:41 mr-russ Exp $
 
 //@{
 
@@ -89,7 +89,7 @@
 
 #define noUSE_TILECACHE                        /// defined use tile cache
 #define USE_SMART_TILECACHE            /// defined use a smart tile cache
-#define GRID           1               /// Map is shown with a grid, if 1
+#define noGRID         1               /// Map is shown with a grid, if 1
 
 
 #ifdef DEBUG
Index: stratagus/src/map/map_fog.c
diff -u stratagus/src/map/map_fog.c:1.103 stratagus/src/map/map_fog.c:1.104
--- stratagus/src/map/map_fog.c:1.103   Sun Sep 14 02:53:08 2003
+++ stratagus/src/map/map_fog.c Sun Sep 14 19:25:41 2003
@@ -27,7 +27,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: map_fog.c,v 1.103 2003/09/14 06:53:08 mr-russ Exp $
+//     $Id: map_fog.c,v 1.104 2003/09/14 23:25:41 mr-russ Exp $
 
 //@{
 
@@ -58,7 +58,7 @@
 #ifdef DEBUG
 
 // Use this to see FOW visibility for every tile
-#define DEBUG_FOG_OF_WAR
+#define noDEBUG_FOG_OF_WAR
 
 #define noTIMEIT                       /// defined time function
 #endif




reply via email to

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