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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user