Render screen effects in maprender()

I had forgotten that the game flashed and did screen-shaking when you
pressed ACTION to quicksave.

While testing for my over-30-FPS patch I stumbled across this.
This commit is contained in:
Misa
2020-04-29 16:02:17 -07:00
committed by Ethan Lee
parent 28db7038fc
commit 1fd20e5e99

View File

@@ -2495,7 +2495,7 @@ void maprender()
}
else
{
graphics.render();
graphics.renderwithscreeneffects();
}
}