summaryrefslogtreecommitdiff
path: root/src/guns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guns.c')
-rw-r--r--src/guns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guns.c b/src/guns.c
index 66fb1c1..75334a8 100644
--- a/src/guns.c
+++ b/src/guns.c
@@ -6,7 +6,7 @@ gun get_gun_by_type(gun_type type) {
}
float get_gun_size(gun_type type) {
- return 0.5f;
+ return 0.6f;
}
image* get_image_of_gun(gun_type type) {