X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.c;h=8022080ac4759e95f5c6901bbba39ddad32a3694;hb=ac592f78bbedc4808c5e35fb22bc8fc9f0398c8d;hp=9cb124e5e92b3bf434ee5e1d0e9281318ecae64e;hpb=e63e92923fa0196ba7d538d4c8f5a16994e3bee8;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.c b/src/game_sp/MainForm.c index 9cb124e5..8022080a 100644 --- a/src/game_sp/MainForm.c +++ b/src/game_sp/MainForm.c @@ -818,6 +818,9 @@ static void Let_LastSaveFilter(long NewVal) static void CountDown(long HalfSeconds, int bDisplayBar) { + +#if 0 + long i; int k; long dT, Delta; @@ -857,6 +860,9 @@ static void CountDown(long HalfSeconds, int bDisplayBar) shpProgress.Visible = False; // lblFrameCount = 0 + +#endif + } #if 0 @@ -2404,7 +2410,9 @@ void menPlay_Click() #endif LastFrame = 0; - LastTick = T.TickNow; +#if 0 + LastTick = T.TickNow(); +#endif #if 0