rnd-20050815-1-src
[rocksndiamonds.git] / src / game_em / synchro_2.c
index 3ce1efebbd19a336c1dd68d7610bd47b1a525681..3dff9e62edd2445be9f9df73bdbe96d0e2d2a662 100644 (file)
@@ -20,7 +20,7 @@ void synchro_2(void)
 {
   register unsigned int x = 0;
   register unsigned int y = 1;
-  register unsigned long random = Random;
+  register unsigned long random = RandomEM;
   register unsigned short *cave_cache = Cave[y]; /* might be a win */
   unsigned long score = 0;
 
@@ -4887,7 +4887,7 @@ void synchro_2(void)
   if (ply1.alive || ply2.alive)
     lev.score += score; /* only get a score if someone is alive */
 
-  Random = random;
+  RandomEM = random;
 
   {
     void *temp = Cave;