summaryrefslogtreecommitdiff
path: root/src/gusconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gusconf.h')
-rw-r--r--src/gusconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gusconf.h b/src/gusconf.h
index e0124266..4efbe995 100644
--- a/src/gusconf.h
+++ b/src/gusconf.h
@@ -21,7 +21,7 @@
#include "doomtype.h"
extern char *gus_patch_path;
-extern unsigned int gus_ram_kb;
+extern int gus_ram_kb;
boolean GUS_WriteConfig(char *path);