aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_utils.c')
-rw-r--r--code/game/g_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/g_utils.c b/code/game/g_utils.c
index 8c6f35b..71bcc15 100644
--- a/code/game/g_utils.c
+++ b/code/game/g_utils.c
@@ -54,7 +54,7 @@ void AddRemap(const char *oldShader, const char *newShader, float timeOffset) {
}
}
-const char *BuildShaderStateConfig() {
+const char *BuildShaderStateConfig(void) {
static char buff[MAX_STRING_CHARS*4];
char out[(MAX_QPATH * 2) + 5];
int i;