summaryrefslogtreecommitdiffstats
path: root/src/weapons
diff options
context:
space:
mode:
Diffstat (limited to 'src/weapons')
-rw-r--r--src/weapons/Weapon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h
index 7327e1f9..055e2ff3 100644
--- a/src/weapons/Weapon.h
+++ b/src/weapons/Weapon.h
@@ -1,7 +1,7 @@
#pragma once
#include "Entity.h"
-enum eWeaponType
+enum eWeaponType : uint32
{
WEAPONTYPE_UNARMED = 0,
WEAPONTYPE_BASEBALLBAT,