rnd-20091024-2-src
[rocksndiamonds.git] / src / game_sp / file.c
index 4e7b6bc06ca93b35a32acca6c66ba53b1f4ab9f3..7a0c2c87127196c573babc546a153170b350c216 100644 (file)
@@ -101,8 +101,18 @@ void copyInternalEngineVars_SP()
   GravityFlag = LInfo.InitialGravity;
   FreezeZonks = LInfo.InitialFreezeZonks;
 
+#if 1
+  /* set by main game tape code directly */
+#else
+
+#if 1
+  printf("::: file.c: copyInternalEngineVars_SP(): RandomSeed = LInfo.DemoRandomSeed\n");
+#endif
+
   RandomSeed = LInfo.DemoRandomSeed;
 
+#endif
+
   LevelLoaded = True;
 }