mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
parent
9d53ced8c9
commit
956f495726
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ void CG_LoadMenus(const char *menuFile) {
|
|||
|
||||
len = trap_FS_FOpenFile( menuFile, &f, FS_READ );
|
||||
if ( !f ) {
|
||||
trap_Error( va( S_COLOR_YELLOW "menu file not found: %s, using default\n", menuFile ) );
|
||||
Com_Printf( S_COLOR_YELLOW "menu file not found: %s, using default\n", menuFile );
|
||||
len = trap_FS_FOpenFile( "ui/hud.txt", &f, FS_READ );
|
||||
if (!f) {
|
||||
trap_Error( va( S_COLOR_RED "default menu file not found: ui/hud.txt, unable to continue!\n") );
|
||||
|
|
Loading…
Reference in a new issue