CPed review part2; and reverting some stylistic changes

This commit is contained in:
aap 2020-11-16 09:50:33 +01:00
commit b82b79fa11
2 changed files with 227 additions and 273 deletions

View file

@ -641,8 +641,8 @@ public:
uint16 m_queuedSound;
bool m_canTalk;
uint32 m_lastComment;
CVector m_vecSeekPosEx; // used for OBJECTIVE_GUARD_SPOT
float m_distanceToCountSeekDoneEx; // used for OBJECTIVE_GUARD_SPOT
CVector m_vecSpotToGuard;
float m_radiusToGuard;
static void *operator new(size_t);
static void *operator new(size_t, int);