rnd-20090623-1-src
[rocksndiamonds.git] / src / game_em / main_em.h
index 83462991297c295a49a63c40dc1dd4a3abc8555f..add5ae09e61e2076203ead5fe106f775a099043e 100644 (file)
 /* often used screen positions */
 #define ORIG_MENU_SX           ((ORIG_SCR_MENUX - SCR_MENUX) * TILEX / 2)
 #define ORIG_MENU_SY           0
-#define SY                     8
 #define SX                     8
 #define SY                     8
 #define SXSIZE                 (SCR_FIELDX * TILEX)
 #define SYSIZE                 (SCR_FIELDY * TILEY)
 
+/* other settings */
+#define PLAY_ELEMENT_SOUND     FALSE
+
 
 /* ------------------------------------------------------------------------- */
 /* macro function definitions                                                */