mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Host_Error instead of Sys_Error when we try using q3bsp in sw.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1487 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5807b05a56
commit
92cbddb20c
1 changed files with 1 additions and 1 deletions
|
@ -3641,7 +3641,7 @@ q2cmodel_t *CM_LoadMap (char *name, char *filein, qboolean clientload, unsigned
|
|||
|
||||
break;
|
||||
default:
|
||||
Sys_Error("Quake 3 maps are supported with dedicated servers and opengl only\n");
|
||||
Host_EndGame("Cannot load q3bsps with the current renderer (only dedicated and opengl renderer)\n");
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue