From 8b36718c0a97807325937dba8c4e7796a63af0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Mon, 1 Jul 2019 19:26:46 +0300 Subject: CPed fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: eray orçunus --- src/weapons/Weapon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/weapons/Weapon.h') 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, -- cgit v1.2.3