X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.h;h=c0050d3615d0e65eb340c3f31fc6504b8981de04;hb=62573489ded016c3436c4e9eb99f1974ee296e4f;hp=1489d289300dfca7bcdd79506fe6b3b2cc24c2f4;hpb=a5a03e15b395ba1942c180d1cd0d3a4f43b87f56;p=rocksndiamonds.git diff --git a/src/files.h b/src/files.h index 1489d289..c0050d36 100644 --- a/src/files.h +++ b/src/files.h @@ -1,13 +1,12 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* ©1995 Artsoft Development * -* Holger Schemel * -* 33659 Bielefeld-Senne * -* Telefon: (0521) 493245 * -* eMail: aeglos@valinor.owl.de * -* aeglos@uni-paderborn.de * -* q99492@pbhrzx.uni-paderborn.de * +* (c) 1995-98 Artsoft Entertainment * +* Holger Schemel * +* Oststrasse 11a * +* 33604 Bielefeld * +* phone: ++49 +521 290471 * +* email: aeglos@valinor.owl.de * *----------------------------------------------------------* * files.h * ***********************************************************/ @@ -32,6 +31,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 +49,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);