X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDemo.c;h=7189f5c0f0f82eed7e07686542c15d673a8aa50f;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hp=20b9298c48f113ec19eaddb336a38d879e78d5db;hpb=0d95c7df5f708c3f30e10cab3894082019f8cd6c;p=rocksndiamonds.git diff --git a/src/game_sp/Demo.c b/src/game_sp/Demo.c index 20b9298c..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; @@ -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;