X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=e34532a171087f7b1e870a5bb5dcc63e893b2510;hb=1256664ceac31f448a0139edd3bd0dc8fa5a8697;hp=1489d289300dfca7bcdd79506fe6b3b2cc24c2f4;hpb=a5a03e15b395ba1942c180d1cd0d3a4f43b87f56;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index 1489d289..e34532a1 100644 --- a/src/files.h +++ b/src/files.h @@ -32,6 +32,7 @@ #define SETUP_2ND_JOYSTICK (1<<7) #define SETUP_QUICK_DOORS (1<<8) #define SETUP_SCROLL_DELAY (1<<9) +#define SETUP_SOFT_SCROLL (1<<10) #define DEFAULT_SETUP (SETUP_TOONS | \ SETUP_SOUND | \ @@ -49,6 +50,7 @@ #define SETUP_2ND_JOYSTICK_ON(x) (((x) & SETUP_2ND_JOYSTICK) != 0) #define SETUP_QUICK_DOORS_ON(x) (((x) & SETUP_QUICK_DOORS) != 0) #define SETUP_SCROLL_DELAY_ON(x) (((x) & SETUP_SCROLL_DELAY) != 0) +#define SETUP_SOFT_SCROLL_ON(x) (((x) & SETUP_SOFT_SCROLL) != 0) BOOL CreateNewScoreFile(void); BOOL CreateNewNamesFile(int);