diff options
author | Mikko Tiusanen <ams@daug.net> | 2015-05-31 16:35:03 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2015-05-31 16:35:03 +0300 |
commit | 528aaa3c017e812638cb7388b378a1a172426265 (patch) | |
tree | 6c31213c510af62227a3f30924c503257e3aebb8 /src/cgame | |
parent | 05e4e1479b4a57d781572afa4346a6ef960043de (diff) |
Minor gameplay fixes.
Hummel can no longer fly if there's no overmind around.
Human radar update rate back to 1Hz.
Evolving from basi to adv basi retains the reload timer.
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_scanner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_scanner.c b/src/cgame/cg_scanner.c index 43348b3..6659b98 100644 --- a/src/cgame/cg_scanner.c +++ b/src/cgame/cg_scanner.c @@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA static entityPos_t entityPositions; -#define HUMAN_SCANNER_UPDATE_PERIOD 25 +#define HUMAN_SCANNER_UPDATE_PERIOD 1000 /* ============= |