0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-03-21 17:30:58 +00:00

Have ui_test cmd in missionpack ui return qtrue

This commit is contained in:
Zack Middleton 2013-12-07 21:27:17 -06:00
parent fa9fd1b1fc
commit 2ba7a33715

View file

@ -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 ) {