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 6caeb2aa8a..e428331de8 100644
--- a/apps/plugins/doom/rockmacros.h
+++ b/apps/plugins/doom/rockmacros.h
@@ -89,5 +89,5 @@ inline void* memcpy(void* dst, const void* src, size_t size);
89//#define SIMPLECHECKS 89//#define SIMPLECHECKS
90#define NO_PREDEFINED_LUMPS 90#define NO_PREDEFINED_LUMPS
91#define TABLES_AS_LUMPS // This frees up alot of space in the plugin buffer 91#define TABLES_AS_LUMPS // This frees up alot of space in the plugin buffer
92#define FANCY_MENU // This is a call to allow load_main_backdrop to run in doom 92//#define FANCY_MENU // This is a call to allow load_main_backdrop to run in doom
93#endif 93#endif