diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 22b35637..d29fe4d5 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -1386,7 +1386,11 @@ void UI_ParseMenu( const char *menuFile ) handle = trap_Parse_LoadSource( menuFile ); if( !handle ) + { + Com_Printf( S_COLOR_YELLOW "WARNING: Menu file %s not found\n", + menuFile ); return; + } while( 1 ) { |