stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/include map.h


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/src/include map.h
Date: Sat, 29 Nov 2003 00:51:24 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/11/29 00:51:24

Modified files:
        src/include    : map.h 

Log message:
        Fixed week old warning

Patches:
Index: stratagus/src/include/map.h
diff -u stratagus/src/include/map.h:1.103 stratagus/src/include/map.h:1.104
--- stratagus/src/include/map.h:1.103   Thu Nov 20 15:35:46 2003
+++ stratagus/src/include/map.h Sat Nov 29 00:51:23 2003
@@ -27,7 +27,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: map.h,v 1.103 2003/11/20 20:35:46 n0body Exp $
+//     $Id: map.h,v 1.104 2003/11/29 05:51:23 jsalmon3 Exp $
 
 #ifndef __MAP_H__
 #define __MAP_H__
@@ -319,7 +319,7 @@
     Tileset*           Tileset;        /// tileset data
 
 #ifdef USE_SDL_SURFACE
-    unsigned int       TileCount;      /// how many tiles, 
+    unsigned int       TileCount;      /// how many tiles,
                                        /// == TileGraphic->NFrames
     Graphic*           TileGraphic;    /// graphic for all the tiles
 #else
@@ -344,7 +344,7 @@
 
     /// Fast draw tile, display and video mode independ
 #ifdef USE_SDL_SURFACE
-extern void VideoDrawTile(int,int,int);
+extern void VideoDrawTile(const int,int,int);
 #else
 extern void (*VideoDrawTile)(const unsigned char*,int,int);
 #endif




reply via email to

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