mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-28 15:45:41 +03:00
25f425801a
Removed project bzip2. CZero: Fix crashing of HostageEscapeState.
21 lines
345 B
C++
21 lines
345 B
C++
#include "precompiled.h"
|
|
|
|
/*
|
|
* Globals initialization
|
|
*/
|
|
#ifndef HOOK_GAMEDLL
|
|
|
|
const Vector g_vecZero = Vector(0, 0, 0);
|
|
u_long g_ulFrameCount = 0;
|
|
|
|
#endif // HOOK_GAMEDLL
|
|
|
|
int g_Language;
|
|
|
|
u_long g_ulModelIndexEyes;
|
|
Vector g_vecAttackDir;
|
|
int g_iSkillLevel;
|
|
int gDisplayTitle;
|
|
BOOL g_fGameOver;
|
|
bool g_bIsCzeroGame = false;
|