From 4b06b3911a5a0c2d4cee977cc5e1f26d0a4d38d8 Mon Sep 17 00:00:00 2001 From: "s.kushnirenko" Date: Sat, 10 Feb 2024 19:00:41 +0100 Subject: [PATCH] fixed compilation for linux --- src/scripts/figures.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/figures.js b/src/scripts/figures.js index c95436af54..8897ac5d9d 100644 --- a/src/scripts/figures.js +++ b/src/scripts/figures.js @@ -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 } }, -} \ No newline at end of file +}