2014-11-06
* fixed layout for "level set info" to support custom playfield size
+ * fixed changing from title to info screen with custom playfield size
2014-11-02
* fixed bug with not updating default bitmap pointer for scaled images
if (game_status == GAME_MODE_INFO)
{
+ int fade_mask = (num_title_screens == 0 ? REDRAW_FIELD : REDRAW_ALL);
+
info_mode = INFO_MODE_MAIN;
- DrawInfoScreenExt(REDRAW_ALL, use_fading_main_menu);
+ DrawInfoScreenExt(fade_mask, use_fading_main_menu);
}
else /* default: return to main menu */
{