Fix UI parse message for menu files
Missing a space after colon.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user