ReGameDLL_CS/regamedll/dlls/globals.cpp
s1lentq 25f425801a Refactoring and cleanup project.
Removed project bzip2.
CZero: Fix crashing of HostageEscapeState.
2016-02-04 22:45:37 +06:00

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;