rnd-20040817-1-src
authorHolger Schemel <info@artsoft.org>
Tue, 17 Aug 2004 09:01:20 +0000 (11:01 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:47:41 +0000 (10:47 +0200)
src/conftime.h
src/libem/display.h
src/libem/init.c

index 9883f12cd700ef8bc1f4789a09ad6be80fccb8b9..82c5b780ea569c6b1f43da37460632546d9086d0 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2004-08-16 03:09]"
+#define COMPILE_DATE_STRING "[2004-08-17 10:59]"
index b0511c46e795d6a2050b349aee8054b98ca3184d..171f73e49b25ceaf8763685ef0fb12d23cdc9529 100644 (file)
@@ -1,8 +1,13 @@
 #ifndef DISPLAY_H
 #define DISPLAY_H
 
+#if 1
+#define TILEX 32
+#define TILEY 32
+#else
 #define TILEX 16
 #define TILEY 16
+#endif
 #define SCOREX 8
 #define SCOREY 9
 
index 72283c7e5f6223f2fa151da8b765688edf9888f1..a58cd23f8bda4e7851aa635b56747b7e9a300a90 100644 (file)
@@ -345,7 +345,7 @@ int open_all(void)
        ttlmaskBitmap = pcxBitmaps[3]->clip_mask;
 #endif
 
-#if 0
+#if 1
        for (i = 0; i < 4; i++)
          pcxBitmapsX2[i] = ZoomBitmap(pcxBitmaps[i],
                                       pcxBitmaps[i]->width * 2,