diff options
Diffstat (limited to 'src/wall_item.c')
| -rw-r--r-- | src/wall_item.c | 2 |
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; |
