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 7be7c39ea1..901aa5513d 100644
--- a/apps/plugins/doom/rockmacros.h
+++ b/apps/plugins/doom/rockmacros.h
@@ -89,7 +89,7 @@ char *my_strtok( char * s, const char * delim );
89inline void* memcpy(void* dst, const void* src, size_t size); 89inline void* memcpy(void* dst, const void* src, size_t size);
90 90
91#define PACKEDATTR __attribute__((packed)) // Needed for a few things 91#define PACKEDATTR __attribute__((packed)) // Needed for a few things
92#define GAMEBASE "/games/doom/" 92#define GAMEBASE ROCKBOX_DIR "/doom/"
93//#define SIMPLECHECKS 93//#define SIMPLECHECKS
94#define NO_PREDEFINED_LUMPS 94#define NO_PREDEFINED_LUMPS
95#define TABLES_AS_LUMPS // This frees up alot of space in the plugin buffer 95#define TABLES_AS_LUMPS // This frees up alot of space in the plugin buffer