rnd-20040819-1-src
[rocksndiamonds.git] / src / libem / display.h
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