mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-12 09:44:36 +02:00
Workaround for a crash on release
This commit is contained in:
@@ -567,6 +567,9 @@ public:
|
|||||||
bool CanSeeEntity(CEntity*, float);
|
bool CanSeeEntity(CEntity*, float);
|
||||||
void RestorePreviousObjective(void);
|
void RestorePreviousObjective(void);
|
||||||
void SetIdle(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*);
|
||||||
void SetObjective(eObjective);
|
void SetObjective(eObjective);
|
||||||
void SetObjective(eObjective, int16, int16);
|
void SetObjective(eObjective, int16, int16);
|
||||||
|
Reference in New Issue
Block a user