mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix UI parse message for menu files
Missing a space after colon.
This commit is contained in:
parent
3ab895d1cd
commit
fcaab903d1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue