X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.c;h=2fe2633924d4e38895e9d1eb8c849a890fd26b8a;hb=8d3d7d213a9691455a49544624bf380e85f43461;hp=f2fe86fd80244d2203b14e5fb455699a2302a2cb;hpb=b15916f3e0650dc610705ea662bfbcd25099cce8;p=rocksndiamonds.git diff --git a/src/game_sp/MainForm.c b/src/game_sp/MainForm.c index f2fe86fd..2fe26339 100644 --- a/src/game_sp/MainForm.c +++ b/src/game_sp/MainForm.c @@ -661,11 +661,12 @@ void DrawFieldNoAnimated(int X, int Y); // --- End // --- End -static char *VB_Name = "MainForm"; -static boolean VB_GlobalNameSpace = False; -static boolean VB_Creatable = False; -static boolean VB_PredeclaredId = True; -static boolean VB_Exposed = False; +// static char *VB_Name = "MainForm"; +// static boolean VB_GlobalNameSpace = False; +// static boolean VB_Creatable = False; +// static boolean VB_PredeclaredId = True; +// static boolean VB_Exposed = False; + // --- Option Explicit // --- Option Compare Text @@ -699,6 +700,8 @@ TickCountObject T; const char *AppTitle = "MegaPlex"; +#if 0 + static char *GetSpeedDescriptionFPS(currency FrameDelayUS) { static char *GetSpeedDescriptionFPS; @@ -775,8 +778,6 @@ static int GetSpeedIndex(long DelayUS) return GetSpeedIndex; } -#if 0 - static long Get_LastOpenFilter() { static long LastOpenFilter; @@ -858,6 +859,8 @@ static void CountDown(long HalfSeconds, int bDisplayBar) // lblFrameCount = 0 } +#if 0 + static char *GetValidTempPath() { static char *GetValidTempPath; @@ -904,8 +907,6 @@ static char *GetValidTempPath() return GetValidTempPath; } -#if 0 - static char *GetMyTempFileName() { static char *GetMyTempFileName; @@ -1298,8 +1299,6 @@ static void Form_KeyUp(int KeyCode, int Shift) picPane_KeyUp(KeyCode, Shift); } -#endif - static void Form_Load() { #if 0 @@ -1360,8 +1359,6 @@ static void Form_Load() #endif } -#if 0 - static void FillLevelList(char *Path, int LevelIndex) { long FNum, LevLen, i, iMax; @@ -1617,6 +1614,8 @@ static void DrawFrame(int Delta) } } +#if 0 + static void RestoreFrame() { int i, LX, tY, RX, BY; @@ -1638,8 +1637,6 @@ static void RestoreFrame() } } -#if 0 - static void Form_Unload(int Cancel) { EndFlag = True;