X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2F_all.inc;fp=qcsrc%2Flib%2F_all.inc;h=9d582091039faa12ac2028efeb9022357be3a631;hb=7bec171f4c310fddd178d7e05fba7fcb7fe88131;hp=6e93c5af36c4db32060301c3eb64ad911f9bf011;hpb=0b713ef0e41fbfd4e7df5e10f490b2f660f6c85e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/_all.inc b/qcsrc/lib/_all.inc index 6e93c5af3..9d5820910 100644 --- a/qcsrc/lib/_all.inc +++ b/qcsrc/lib/_all.inc @@ -188,7 +188,7 @@ void make_safe_for_remove(entity this); if (!_StartFrame_init) { _StartFrame_init = true; float oldtime = time; time = 1; - __spawnfunc_expecting = 2; spawnfunc_worldspawn(NULL); + __spawnfunc_expecting = 2; NULL.__spawnfunc_constructor(NULL); time = oldtime; } if (_StartFrame) _StartFrame();