rnd-20100315-2-src
[rocksndiamonds.git] / src / game_sp / Demo.c
index 20b9298c48f113ec19eaddb336a38d879e78d5db..7189f5c0f0f82eed7e07686542c15d673a8aa50f 100644 (file)
@@ -4,13 +4,7 @@
 
 #include "Demo.h"
 
-// static char *VB_Name = "modDemo";
 
-// --- Option Explicit
-//
-// Public Function subCloseDemoRecordingFile()
-//
-// End Function
 int RecDemoRandomSeed;
 byte FirstDemoByte;
 char *MySignature;
@@ -47,7 +41,7 @@ void subGetNextDemoKey()
     }
   }
 
-#if 1
+#if 0
   printf("::: %04d [%03ld, %02d] ----------> %s [%d] [%d, %d] [%d, %d]\n",
         TimerVar,
         DemoOffset - DemoPointer, DemoKeyRepeatCounter,
@@ -95,8 +89,6 @@ currency GetTotalFramesOfDemo()
   GetTotalFramesOfDemo = nFrames;
   return GetTotalFramesOfDemo;
 
-  // GetTotalFramesOfDemoEH:
-  // ReportError "GetTotalFramesOfDemo()", "invalid data detected in file " & OrigPath
   GetTotalFramesOfDemo = 0;
   DemoAvailable = False;