rnd-20100315-2-src
[rocksndiamonds.git] / src / game_sp / Demo.c
index 373a8364aad41f66e2487834338094029dd37ba1..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;
@@ -95,8 +89,6 @@ currency GetTotalFramesOfDemo()
   GetTotalFramesOfDemo = nFrames;
   return GetTotalFramesOfDemo;
 
-  // GetTotalFramesOfDemoEH:
-  // ReportError "GetTotalFramesOfDemo()", "invalid data detected in file " & OrigPath
   GetTotalFramesOfDemo = 0;
   DemoAvailable = False;