summaryrefslogtreecommitdiff
path: root/src/wall_item.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-26 21:24:38 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-26 21:24:38 +0100
commitddcd60881a73860c9c4d4dd895196221dfdd4aef (patch)
tree1c3e086c6f5091153a248e6ed3c5cf3180cabfa2 /src/wall_item.c
parent67cec2bf936f0274b61bb803b0baca3ffdb488fc (diff)
gun
Diffstat (limited to 'src/wall_item.c')
-rw-r--r--src/wall_item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall_item.c b/src/wall_item.c
index 1812db7..cdec496 100644
--- a/src/wall_item.c
+++ b/src/wall_item.c
@@ -5,7 +5,7 @@
static image* get_wallitem_img(wall_item_type item, wall_item_data data) {
switch(item) {
- case WALLITEM_GUN: return get_image_of_gun(data.gun);
+ case WALLITEM_GUN: return get_icon_of_gun(data.gun);
}
return 0;