Attempt to fix map-startup timing issues. This should fix (older) copper's door-linking ents.
This commit is contained in:
parent
0923cda873
commit
f513ea03ef
1 changed files with 1 additions and 1 deletions
|
@ -1519,7 +1519,7 @@ MSV_OpenUserDatabase();
|
|||
|
||||
// serverflags are for cross level information (sigils)
|
||||
pr_global_struct->serverflags = svs.serverflags;
|
||||
pr_global_struct->time = 0.1; //HACK!!!! A few QuakeC mods expect time to be non-zero in spawn funcs - like prydon gate...
|
||||
pr_global_struct->time = 1.0; //match nq behaviour
|
||||
|
||||
#ifdef HEXEN2
|
||||
if (progstype == PROG_H2)
|
||||
|
|
Loading…
Reference in a new issue