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:
Yves Rizoud
2011-11-08 23:38:14 +00:00
parent ef030fec3f
commit 82860387bc
4 changed files with 76 additions and 24 deletions

View File

@@ -545,9 +545,8 @@ typedef enum {
typedef struct
{
int Previous_occurence;
int Next_occurence;
int First_occurence;
int Previous;
int Next;
} T_Tile;
#endif