forked from fte/fteqw
1
0
Fork 0

Attempt to fix map-startup timing issues. This should fix (older) copper's door-linking ents.

This commit is contained in:
Shpoike 2024-06-05 03:43:00 +01:00
parent 0923cda873
commit f513ea03ef
1 changed files with 1 additions and 1 deletions

View File

@ -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)