stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/stratagus stratagus.c
Date: 21 Jan 2004 04:08:20 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/21 04:08:20

Modified files:
        src/stratagus  : stratagus.c 

Log message:
        Clean up

Patches:
Index: stratagus/src/stratagus/stratagus.c
diff -u stratagus/src/stratagus/stratagus.c:1.251 
stratagus/src/stratagus/stratagus.c:1.252
--- stratagus/src/stratagus/stratagus.c:1.251   Wed Jan 21 03:44:57 2004
+++ stratagus/src/stratagus/stratagus.c Wed Jan 21 04:08:18 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: stratagus.c,v 1.251 2004/01/20 16:44:57 nobody_ Exp $
+//      $Id: stratagus.c,v 1.252 2004/01/20 17:08:18 jsalmon3 Exp $
 
 //@{
 
@@ -254,17 +254,16 @@
 
 global int SpeedResourcesHarvest[MaxCosts]; /// speed factor for harvesting 
resources
 global int SpeedResourcesReturn[MaxCosts];  /// speed factor for returning 
resources
-global int SpeedBuild = 1;        /// speed factor for building
-global int SpeedTrain = 1;        /// speed factor for training
-global int SpeedUpgrade = 1;    /// speed factor for upgrading
-global int SpeedResearch = 1;  /// speed factor for researching
+global int SpeedBuild = 1;                  /// speed factor for building
+global int SpeedTrain = 1;                  /// speed factor for training
+global int SpeedUpgrade = 1;                /// speed factor for upgrading
+global int SpeedResearch = 1;               /// speed factor for researching
 
 /*============================================================================
 ==  DISPLAY
 ============================================================================*/
 
 // FIXME: move to video header file
-global int VideoPitch;                      /// Offset to reach next scan line
 global int VideoWidth;                      /// Window width in pixels
 global int VideoHeight;                     /// Window height in pixels
 
@@ -733,7 +732,7 @@
 **  @param argc  Number of arguments.
 **  @param argv  Vector of arguments.
 */
-global int main1(int argc __attribute__ ((unused)),
+local int main1(int argc __attribute__ ((unused)),
        char** argv __attribute__ ((unused)))
 {
        int i;




reply via email to

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