mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
5038d72933
commit
97f98672d2
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue