Fixed a minor tilebug

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@207 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-08-03 15:11:51 +00:00
parent 53b822f703
commit 7abc5b0960
7 changed files with 26 additions and 31 deletions
+8 -6
View File
@@ -11,12 +11,14 @@
#define MAX_TILES 800
// Tile information planes
#define ANIMATION 0
#define BEHAVIOR 1
#define BUP 2
#define BRIGHT 3
#define BDOWN 4
#define BLEFT 5
enum TileEmurations{
ANIMATION,
BEHAVIOR,
BUP,
BRIGHT,
BDOWN,
BLEFT
};
extern int numtiles;
extern int **TileProperty; // This version will replace the old stTile Structure and save memory