fixed and enhanced screen fading and global border handling (continued)
[rocksndiamonds.git] / src / main.c
index 81a35d87bb1e516bd7ff5453899a3abd3bc99fad..aa45c472d7e1f2909e0e405fc69c1e811bc915ad 100644 (file)
@@ -101,6 +101,10 @@ int                        FULL_SYSIZE = 2 + SYSIZE_DEFAULT + 2;
 int                    SXSIZE = SXSIZE_DEFAULT;
 int                    SYSIZE = SYSIZE_DEFAULT;
 
+int                    FADE_SX = 6, FADE_SY = 6;
+int                    FADE_SXSIZE = 2 + SXSIZE_DEFAULT + 2;
+int                    FADE_SYSIZE = 2 + SXSIZE_DEFAULT + 2;
+
 int                    DXSIZE = 100;
 int                    DYSIZE = 280;
 int                    VXSIZE = 100;