rnd-20050815-1-src
[rocksndiamonds.git] / src / game_em / synchro_3.c
index bc171a8372eb5e87011911f69e00b2de12b78cf0..449ecab094649ad72c2104835294bd8cb11f4b32 100644 (file)
@@ -63,7 +63,7 @@ void synchro_3(void)
 
   /* grow amoeba */
 
-  random = Random;
+  random = RandomEM;
 
   for (count = lev.amoeba_time; count--;)
   {
@@ -89,7 +89,7 @@ void synchro_3(void)
     random = random * 129 + 1;
   }
 
-  Random = random;
+  RandomEM = random;
 
   /* handle explosions */