Fixed compilation, deleted 16bpp blitter

This commit is contained in:
Sergii Pylypenko
2021-11-29 03:15:54 +02:00
parent 2f6b20cbfd
commit a1ef54fa60
22 changed files with 30 additions and 1110 deletions

View File

@@ -179,7 +179,7 @@ struct TutorialWindow : public Window {
void ShowTutorialWindow()
{
DeleteWindowByClass(WC_GAME_OPTIONS);
CloseWindowByClass(WC_GAME_OPTIONS);
new TutorialWindow();
}