rnd-19980930-1
[rocksndiamonds.git] / src / files.h
index 1489d289300dfca7bcdd79506fe6b3b2cc24c2f4..c0050d3615d0e65eb340c3f31fc6504b8981de04 100644 (file)
@@ -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);