X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FMainForm.c;h=a2dfbbeb100c21ec95681f311343691101a0d6e3;hp=9897250e76dee6d39400481eb6886a617a608229;hb=ed873d89bc59f4e641134f9019ce216234b9f38f;hpb=66815b1b9363de7741defc14e5f7f0dc2183781a diff --git a/src/game_sp/MainForm.c b/src/game_sp/MainForm.c index 9897250e..a2dfbbeb 100644 --- a/src/game_sp/MainForm.c +++ b/src/game_sp/MainForm.c @@ -1003,6 +1003,17 @@ static boolean InstanceStillRunning(char *TmpFile) #endif +void DrawFrameIfNeeded() +{ + DrawFrame(0); + + /* !!! CHECK THIS !!! */ +#if 1 + if (! menBorder.Checked) + DrawFrame(1); +#endif +} + void DisplayLevel() { int X, Y;