aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_consolecmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_consolecmds.c')
-rw-r--r--code/cgame/cg_consolecmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cgame/cg_consolecmds.c b/code/cgame/cg_consolecmds.c
index 584ebd4..06c8d19 100644
--- a/code/cgame/cg_consolecmds.c
+++ b/code/cgame/cg_consolecmds.c
@@ -117,7 +117,7 @@ static void CG_ScoresUp_f( void ) {
#ifdef MISSIONPACK
extern menuDef_t *menuScoreboard;
-void Menu_Reset(); // FIXME: add to right include file
+void Menu_Reset( void ); // FIXME: add to right include file
static void CG_LoadHud_f( void) {
char buff[1024];