TAHUD: Fix hud fallback
This commit is contained in:
Zachary Slater 2010-10-25 06:34:33 +00:00
parent 9d53ced8c9
commit 956f495726

View file

@ -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") );