diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-04 16:48:51 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-11-04 16:48:51 +0100 |
| commit | c162e010ae85c636131ff59e8d810be4e9960caa (patch) | |
| tree | 03d2e88a7fdb7730b54eb4524abf436c098b8249 /src/guns.c | |
| parent | 88e4037c0b526e33cd03f0b62783b198d8585768 (diff) | |
throwables ui
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; |
