From e164c7c7adc42586f97adedab32652cd85439e67 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 29 Aug 2009 18:59:48 +0000 Subject: [PATCH] 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 --- quakec/csqctest/src/cs/system.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quakec/csqctest/src/cs/system.qc b/quakec/csqctest/src/cs/system.qc index 4b6e07388..577bc0123 100644 --- a/quakec/csqctest/src/cs/system.qc +++ b/quakec/csqctest/src/cs/system.qc @@ -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;