X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FDemo.c;h=7189f5c0f0f82eed7e07686542c15d673a8aa50f;hp=373a8364aad41f66e2487834338094029dd37ba1;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hpb=d45b35552f4ca1ada1266fb7e8b6968d878019a6 diff --git a/src/game_sp/Demo.c b/src/game_sp/Demo.c index 373a8364..7189f5c0 100644 --- a/src/game_sp/Demo.c +++ b/src/game_sp/Demo.c @@ -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;