Skip to content

Commit

Permalink
fixed compilation for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
s.kushnirenko committed Feb 10, 2024
1 parent ea30062 commit 4b06b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/figures.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ log_info("akhenaten: figures info started")
figure_fireman = {
animations : {
walk : { pos : [0, 0], anim_id: IMG_FIREMAN },
death : { pos : [0, 0], anim_id: IMG_FIREMAN_DEATH }
death : { pos : [0, 0], anim_id: IMG_FIREMAN_DEATH },
fight_fire : { pos : [0, 0], anim_id: IMG_FIREMAN_FIGHT_FIRE, max_frames: 36 }
},
}
}

0 comments on commit 4b06b39

Please sign in to comment.