Allows us to transfer between levels in an ugly hacky way.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1809 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-01-06 23:57:03 +00:00
parent 94cca0a89e
commit 24c2bf2d03
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ qboolean SV_LoadLevelCache(char *level, char *startspot, qboolean ignoreplayers)
return false;
}
ge->ReadLevel(name);
ge->ReadLevel(va("%s/%s", com_gamedir, name));
for (i=0 ; i<100 ; i++) //run for 10 secs to iron out a few bugs.
ge->RunFrame ();