mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +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;
|
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) {
|
||||||
|
|
Loading…
Reference in a new issue