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

View file

@ -849,7 +849,7 @@ void UI_ParseMenu(const char *menuFile) {
int handle; int handle;
pc_token_t token; 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); handle = trap_PC_LoadSource(menuFile);
if (!handle) { if (!handle) {