summaryrefslogtreecommitdiff
path: root/src/guns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guns.c')
-rw-r--r--src/guns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guns.c b/src/guns.c
index 8741fa6..7fa4f7e 100644
--- a/src/guns.c
+++ b/src/guns.c
@@ -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;