diff options
author | aap <aap@papnet.eu> | 2019-07-01 20:31:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-01 20:31:17 +0200 |
commit | 0299974dc5aca63e33ad9806240ba0f7294695d5 (patch) | |
tree | be64ee88ab3b860e3ec9e618c75a5aea1b1c4b8b /src/weapons/Weapon.h | |
parent | Merge pull request #82 from erorcun/erorcun (diff) | |
parent | CPed fixes (diff) | |
download | re3-0299974dc5aca63e33ad9806240ba0f7294695d5.tar re3-0299974dc5aca63e33ad9806240ba0f7294695d5.tar.gz re3-0299974dc5aca63e33ad9806240ba0f7294695d5.tar.bz2 re3-0299974dc5aca63e33ad9806240ba0f7294695d5.tar.lz re3-0299974dc5aca63e33ad9806240ba0f7294695d5.tar.xz re3-0299974dc5aca63e33ad9806240ba0f7294695d5.tar.zst re3-0299974dc5aca63e33ad9806240ba0f7294695d5.zip |
Diffstat (limited to '')
-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, |