Skip to content

Commit 8ff255c

Browse files
committed
fix SimHacker#57: flood animation not works
1 parent b37e538 commit 8ff255c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

micropolis-java/graphics/tiles.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
46 terrain@0,736 (bulldozable)(noburn)(description=#3)
6262
47 terrain@0,752 (bulldozable)(noburn)(description=#3)
6363
# BEGIN FLOODING (4 frames) #
64-
48 terrain@0,768 (noburn)(description=#4)(behavior=FLOOD)
65-
49 terrain@0,784 (noburn)(description=#4)(behavior=FLOOD)
66-
50 terrain@0,800 (noburn)(description=#4)(behavior=FLOOD)
67-
51 terrain@0,816 (noburn)(description=#4)(behavior=FLOOD)
64+
48 terrain@0,768 (noburn)(description=#4)(behavior=FLOOD)(becomes=49)
65+
49 terrain@0,784 (noburn)(description=#4)(behavior=FLOOD)(becomes=50)
66+
50 terrain@0,800 (noburn)(description=#4)(behavior=FLOOD)(becomes=51)
67+
51 terrain@0,816 (noburn)(description=#4)(behavior=FLOOD)(becomes=48)
6868
# BEGIN RADIATION #
6969
52 terrain@0,832 (noburn)(description=#5)(behavior=RADIOACTIVE)(pollution=255)
7070
53 terrain@0,848 (noburn)(description=#5)(behavior=RADIOACTIVE)(pollution=255)

0 commit comments

Comments
 (0)