aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_main.c')
-rw-r--r--code/cgame/cg_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cgame/cg_main.c b/code/cgame/cg_main.c
index bee6c3f..8f1f46c 100644
--- a/code/cgame/cg_main.c
+++ b/code/cgame/cg_main.c
@@ -1448,7 +1448,7 @@ void CG_LoadMenus(const char *menuFile) {
trap_Error( va( S_COLOR_YELLOW "menu file not found: %s, using default\n", menuFile ) );
len = trap_FS_FOpenFile( "ui/hud.txt", &f, FS_READ );
if (!f) {
- trap_Error( va( S_COLOR_RED "default menu file not found: ui/hud.txt, unable to continue!\n", menuFile ) );
+ trap_Error( va( S_COLOR_RED "default menu file not found: ui/hud.txt, unable to continue!\n") );
}
}