rnd-20041124-1-src
[rocksndiamonds.git] / src / tools.c
index 57294eebd9451ae18f8d15615ca0359617b6dd7e..ba053b0da21884c8f637258f9f037ec649fc32ef 100644 (file)
@@ -5305,7 +5305,7 @@ unsigned int InitRND(long seed)
     return InitEngineRND(seed);
 }
 
-void InitGraphicsInfoEM(void)
+void InitGraphicInfo_EM(void)
 {
   int mapping_EM_to_RND_element[TILE_MAX];
   int mapping_EM_to_RND_action[TILE_MAX];
@@ -5515,11 +5515,6 @@ void InitGraphicsInfoEM(void)
        int cx = ABS(dx) * TILEX / 8;
        int cy = ABS(dy) * TILEY / 8;
 
-#if 0
-       if (i == Yemerald_sB)
-         printf("::: %d: ...\n", j);
-#endif
-
        if (backside)           /* tile where movement starts */
        {
          if (dx < 0 || dy < 0)