summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2015-05-31 16:35:03 +0300
committerMikko Tiusanen <ams@daug.net>2015-05-31 16:35:03 +0300
commit528aaa3c017e812638cb7388b378a1a172426265 (patch)
tree6c31213c510af62227a3f30924c503257e3aebb8 /src/cgame
parent05e4e1479b4a57d781572afa4346a6ef960043de (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.c2
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
/*
=============