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,