uint32 enums fixed

This commit is contained in:
withmorten 2020-12-07 01:20:14 +01:00
parent 7ad86595e4
commit e6a7a9353c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include "common.h"
enum eSfxSample : uint32 {
enum eSfxSample {
SFX_CAR_HORN_JEEP = 0,
SFX_CAR_HORN_BMW328,
SFX_CAR_HORN_BUS,

View File

@ -187,7 +187,7 @@ enum eWaitState {
WAITSTATE_PLAYANIM_HANDSUP_SIMPLE,
};
enum eObjective : uint32 {
enum eObjective {
OBJECTIVE_NONE,
OBJECTIVE_WAIT_ON_FOOT,
OBJECTIVE_WAIT_ON_FOOT_FOR_COP,