mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-27 06:43:43 +00:00
Workaround for a crash on release
This commit is contained in:
parent
a069aa57db
commit
669bbe3cc7
1 changed files with 3 additions and 0 deletions
|
@ -567,6 +567,9 @@ public:
|
|||
bool CanSeeEntity(CEntity*, float);
|
||||
void RestorePreviousObjective(void);
|
||||
void SetIdle(void);
|
||||
#ifdef _MSC_VER
|
||||
__declspec(noinline) // workaround for a compiler bug, hooray MS :P
|
||||
#endif
|
||||
void SetObjective(eObjective, void*);
|
||||
void SetObjective(eObjective);
|
||||
void SetObjective(eObjective, int16, int16);
|
||||
|
|
Loading…
Reference in a new issue