diff --git a/code/ui/ui_atoms.c b/code/ui/ui_atoms.c index 16ce6f2f..cdc4aeb0 100644 --- a/code/ui/ui_atoms.c +++ b/code/ui/ui_atoms.c @@ -351,6 +351,7 @@ qboolean UI_ConsoleCommand( int realTime ) { if ( Q_stricmp (cmd, "ui_test") == 0 ) { UI_ShowPostGame(qtrue); + return qtrue; } if ( Q_stricmp (cmd, "ui_report") == 0 ) {