diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-07-01 19:26:46 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-07-01 19:29:21 +0300 |
commit | 8b36718c0a97807325937dba8c4e7796a63af0a7 (patch) | |
tree | be64ee88ab3b860e3ec9e618c75a5aea1b1c4b8b /src/weapons/Weapon.h | |
parent | 95644386473d0990007b6e2513a8f187af675a41 (diff) |
CPed fixes
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
Diffstat (limited to 'src/weapons/Weapon.h')
-rw-r--r-- | src/weapons/Weapon.h | 2 |
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, |