mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Have ui_test cmd in missionpack ui return qtrue
This commit is contained in:
parent
fa9fd1b1fc
commit
2ba7a33715
1 changed files with 1 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue