summaryrefslogtreecommitdiff
path: root/include/asset_defs.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-26 19:15:46 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-26 19:15:46 +0100
commit67cec2bf936f0274b61bb803b0baca3ffdb488fc (patch)
tree584ebb61bcfca9fc24984bea348eca23a4039722 /include/asset_defs.h
parentd018848939d1101df21515cb81f611f23c119d10 (diff)
fix bug
Diffstat (limited to 'include/asset_defs.h')
-rw-r--r--include/asset_defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index c060a0b..dabb766 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -15,8 +15,6 @@ font* fnt_20;
font* fnt_16;
font* fnt_12;
-image* img_test;
-
// Icons
image* img_icon_bullets;
image* img_icon_nova;
@@ -45,6 +43,7 @@ image* img_molotov_explode;
// Players
image* img_helmet;
image* img_body;
+image* img_body2;
// Other
image* img_zombie_chunk_hand;