aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_main.c')
-rw-r--r--code/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/g_main.c b/code/game/g_main.c
index c8771b4..d292da1 100644
--- a/code/game/g_main.c
+++ b/code/game/g_main.c
@@ -316,7 +316,7 @@ void G_FindTeams( void ) {
G_Printf ("%i teams with %i entities\n", c, c2);
}
-void G_RemapTeamShaders() {
+void G_RemapTeamShaders( void ) {
#ifdef MISSIONPACK
char string[1024];
float f = level.time * 0.001;