Interpolate end picture reveal scroll

This is so it looks smooth at framerates above 30.
This commit is contained in:
Misa
2020-05-01 18:23:52 -07:00
committed by Ethan Lee
parent 4641b53603
commit 90280b0f92
4 changed files with 7 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ void Game::init(void)
creditposx = 0;
creditposy = 0;
creditposdelay = 0;
oldcreditposx = 0;
useteleporter = false;
teleport_to_teleporter = 0;