diff options
Diffstat (limited to 'src/guns.c')
| -rw-r--r-- | src/guns.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ image* get_image_of_gun(gun_type type) { switch (type) { case GUN_NOVA: return img_icon_nova; break; + case GUN_MP5: return img_icon_nova; break; default: break; |
