summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/rockmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/rockmacros.h')
-rw-r--r--apps/plugins/doom/rockmacros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/rockmacros.h b/apps/plugins/doom/rockmacros.h
index 901aa5513d..ff179cfc65 100644
--- a/apps/plugins/doom/rockmacros.h
+++ b/apps/plugins/doom/rockmacros.h
@@ -100,6 +100,6 @@ inline void* memcpy(void* dst, const void* src, size_t size);
100 structure changes. 100 structure changes.
101 */ 101 */
102#define DOOM_CONFIG_MAGIC MAKE_FOURCC('D','O','O','M') 102#define DOOM_CONFIG_MAGIC MAKE_FOURCC('D','O','O','M')
103#define DOOM_CONFIG_VERSION 2 103#define DOOM_CONFIG_VERSION 3
104 104
105#endif 105#endif