mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 09:21:36 +00:00
build.c: initialize g_doHardcodedMovement to 1.
Fixing movement when not loading a.m32. git-svn-id: https://svn.eduke32.com/eduke32@3532 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5a5368a567
commit
fe4090b9fd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ vec3_t pos;
|
|||
int32_t horiz = 100;
|
||||
int16_t ang, cursectnum;
|
||||
static int32_t hvel, vel, svel, angvel;
|
||||
int32_t g_doHardcodedMovement;
|
||||
int32_t g_doHardcodedMovement = 1;
|
||||
|
||||
static int32_t mousexsurp = 0, mouseysurp = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue