mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
minor stuff..
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1343 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
8569447185
commit
d32cdf80eb
2 changed files with 1 additions and 3 deletions
|
@ -55,6 +55,7 @@ int main (int argc, char **argv)
|
|||
f = fopen (argv[1], "rb");
|
||||
if (f == NULL)
|
||||
{
|
||||
free(buf);
|
||||
printf ("Couldn't open %s\n", argv[1]);
|
||||
return 1;
|
||||
}
|
||||
|
|
|
@ -319,9 +319,6 @@ void Sys_Error (const char *error, ...)
|
|||
SDL_Delay (3000); /* show the console 3 more seconds */
|
||||
}
|
||||
|
||||
// shut down QHOST hooks if necessary
|
||||
// DeinitConProc ();
|
||||
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue