rnd-20051229-1-src
[rocksndiamonds.git] / src / game.c
index 4a2f56697a9bed798aabe349f5153c0dea16a033..4d67b93151c841f642ef47749dda96984093b649 100644 (file)
@@ -898,7 +898,7 @@ static void InitField(int x, int y, boolean init_game)
          InitMovDir(x, y);
 
 #if USE_NEW_CUSTOM_VALUE
-       if (!element_info[element].use_last_ce_value)
+       if (!element_info[element].use_last_ce_value || init_game)
          CustomValue[x][y] = GET_NEW_CUSTOM_VALUE(Feld[x][y]);
 #endif
       }