Added missing source file, and make the tilemap depend on current layer instead of the sum of layers
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1860 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -545,9 +545,8 @@ typedef enum {
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int Previous_occurence;
|
||||
int Next_occurence;
|
||||
int First_occurence;
|
||||
int Previous;
|
||||
int Next;
|
||||
} T_Tile;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user