diff options
Diffstat (limited to 'apps/options.h')
-rw-r--r-- | apps/options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/options.h b/apps/options.h index de7b94b112..24cd2ad58c 100644 --- a/apps/options.h +++ b/apps/options.h @@ -20,9 +20,9 @@ #ifndef __OPTIONS_H__ #define __OPTIONS_H__ -#ifndef DISABLE_SCREENSAVERS -#undef USE_SCREENSAVERS /* since older Makefiles set the define */ -#define USE_SCREENSAVERS +#ifndef DISABLE_DEMOS +#undef USE_DEMOS /* since older Makefiles set the define */ +#define USE_DEMOS #endif #ifndef DISABLE_GAMES |