mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
- Fix incorrect function name in error message.
This commit is contained in:
parent
27ab9f9b47
commit
a3b38df57f
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ void *Sys_GetGameAPI (void *parms) {
|
|||
setegid(getgid());
|
||||
|
||||
if (game_library)
|
||||
Com_Error (ERR_FATAL, "Sys_GetGameAPI without Sys_UnloadingGame");
|
||||
Com_Error (ERR_FATAL, "Sys_GetGameAPI without Sys_UnloadGame");
|
||||
|
||||
Com_Printf("------- Loading game.so -------\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue