Work in DP didn't work in DP.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3361 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
47d924ceff
commit
e164c7c7ad
1 changed files with 2 additions and 0 deletions
|
@ -90,7 +90,9 @@ float input_timelength;
|
|||
vector input_angles;
|
||||
vector input_movevalues; //forwards, right, up.
|
||||
float input_buttons; //attack, use, jump (default physics only uses jump)
|
||||
#ifndef WORKINDP
|
||||
float input_impulse;
|
||||
#endif
|
||||
|
||||
#ifdef WORKINDP
|
||||
float movevar_gravity;
|
||||
|
|
Loading…
Reference in a new issue