Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
uint32 enums fixed
  • Loading branch information
withmorten committed Dec 7, 2020
1 parent b5ffea5 commit 9e2ac26a1dd84f0701bbadea2d14e4cd6547d9f8
Showing with 3 additions and 3 deletions.
  1. +1 −1 src/audio/AudioSamples.h
  2. +1 −1 src/peds/Ped.h
  3. +1 −1 src/vehicles/HandlingMgr.h
@@ -2,7 +2,7 @@

#include "common.h"

enum eSfxSample : uint32
enum eSfxSample
{
SFX_CAR_HORN_JEEP = 0,
SFX_CAR_HORN_BMW328,
@@ -153,7 +153,7 @@ enum eWaitState {
WAITSTATE_FINISH_FLEE
};

enum eObjective : uint32 {
enum eObjective {
OBJECTIVE_NONE,
OBJECTIVE_WAIT_ON_FOOT,
OBJECTIVE_FLEE_ON_FOOT_TILL_SAFE,
@@ -65,7 +65,7 @@ enum tVehicleType
NUMHANDLINGS
};

enum tField : uint32 // most likely a handling field enum, never used so :shrug:
enum tField // most likely a handling field enum, never used so :shrug:
{

};

0 comments on commit 9e2ac26

Please sign in to comment.