mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 22:51:36 +00:00
SERVER: Change Zombie path delay from 0.07s to 0.04s per Zombie
This commit is contained in:
parent
65576833ca
commit
c49f66904d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void() StartFrame =
|
||||||
|
|
||||||
if (ai_delay_time < time) {
|
if (ai_delay_time < time) {
|
||||||
Do_Zombie_AI ();
|
Do_Zombie_AI ();
|
||||||
ai_delay_time = time + 0.07;
|
ai_delay_time = time + 0.04;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
entity SpawnedIn;
|
entity SpawnedIn;
|
||||||
|
|
Loading…
Reference in a new issue