Fix UI parse message for menu files

Missing a space after colon.
This commit is contained in:
Zack Middleton 2013-09-19 21:41:27 -05:00
parent 3ab895d1cd
commit fcaab903d1
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ void UI_ParseMenu(const char *menuFile) {
int handle;
pc_token_t token;
Com_Printf("Parsing menu file:%s\n", menuFile);
Com_Printf("Parsing menu file: %s\n", menuFile);
handle = trap_PC_LoadSource(menuFile);
if (!handle) {