rnd-20091101-3-src
[rocksndiamonds.git] / src / game_sp / InitGameConditions.c
index e12e98360c740f1fabc208451ad32877c0af0411..78ecefe15706b90dd9afeee5ad12c02e5bcc930c 100644 (file)
@@ -103,9 +103,6 @@ int InitMurphyPosB(int si)
 
   subCalculateScreenScrollPos();           // calculate screen start addrs
 
-  printf("::: InitGameConditions.c: ScreenScroll{X,Y}Pos %d, %d\n",
-        ScreenScrollXPos, ScreenScrollYPos);
-
   if (AutoScrollFlag)
   {
     if (bPlaying)
@@ -292,7 +289,7 @@ int subFetchAndInitLevelB()
 
   MovLowByte(&data_SPtorunavail, 0);   // no SP file
   data_scr_demo = 0;
-  UpdatePlayTime = (0 == demo_stopped ?  True :  True);
+  UpdatePlayTime = (0 == demo_stopped ? True : False);
   demo_stopped = 0;
   subFetchAndInitLevelA(UpdatePlayTime);