Skip to content

Commit 4b06b39

Browse files
author
s.kushnirenko
committed
fixed compilation for linux
1 parent ea30062 commit 4b06b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/figures.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ log_info("akhenaten: figures info started")
33
figure_fireman = {
44
animations : {
55
walk : { pos : [0, 0], anim_id: IMG_FIREMAN },
6-
death : { pos : [0, 0], anim_id: IMG_FIREMAN_DEATH }
6+
death : { pos : [0, 0], anim_id: IMG_FIREMAN_DEATH },
77
fight_fire : { pos : [0, 0], anim_id: IMG_FIREMAN_FIGHT_FIRE, max_frames: 36 }
88
},
9-
}
9+
}

0 commit comments

Comments
 (0)