Should be a bit less crashy and actually able to compile.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3286 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2009-07-17 18:55:50 +00:00
parent 5038d72933
commit 97f98672d2
1 changed files with 2 additions and 1 deletions

View File

@ -1264,6 +1264,7 @@ int SVHL_InitGame(void)
{ {
Con_Printf(CON_ERROR "Error: %s is incompatible\n", fullname); Con_Printf(CON_ERROR "Error: %s is incompatible\n", fullname);
Sys_CloseLibrary(hlgamecode); Sys_CloseLibrary(hlgamecode);
hlgamecode = NULL;
return 0; return 0;
} }
@ -1271,7 +1272,7 @@ int SVHL_InitGame(void)
return 1; return 1;
} }
void SVHL_SaveLevelCache(void) void SVHL_SaveLevelCache(char *filename)
{ {
} }