summaryrefslogtreecommitdiff
path: root/apps/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/options.h')
-rw-r--r--apps/options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/options.h b/apps/options.h
index 24cd2ad58c..d321c8584d 100644
--- a/apps/options.h
+++ b/apps/options.h
@@ -25,6 +25,11 @@
25#define USE_DEMOS 25#define USE_DEMOS
26#endif 26#endif
27 27
28/* disable demos until plugins are added, to stay below 200KB */
29#ifdef USE_DEMOS
30#undef USE_DEMOS
31#endif
32
28#ifndef DISABLE_GAMES 33#ifndef DISABLE_GAMES
29#undef USE_GAMES /* since older Makefiles set the define */ 34#undef USE_GAMES /* since older Makefiles set the define */
30#define USE_GAMES 35#define USE_GAMES