- improved animatedtiles function especially for hint message boxes
- tile animation bugs in some levels of ep2 have been fixed git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@196 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -238,7 +238,7 @@ int i;
|
||||
px = ((mapxstripepos+((x-mapx)<<4))&511);
|
||||
py = ((mapystripepos+((y-mapy)<<4))&511);
|
||||
|
||||
TileProperty[map.mapdata[x][y]][ANIMATION] = 1;
|
||||
//TileProperty[map.mapdata[x][y]][ANIMATION] = 1;
|
||||
|
||||
// find it!
|
||||
for(i=1;i<MAX_ANIMTILES-1;i++)
|
||||
|
||||
Reference in New Issue
Block a user