Smoothly interpolate "[Press ENTER to return to editor]" fadeout

Now it'll be real smooth at 60 FPS. Or above. Or whichever one you want
above 30.
This commit is contained in:
Misa
2020-05-02 10:49:41 -07:00
committed by Ethan Lee
parent 5daad95f1d
commit 9256b4da56
4 changed files with 6 additions and 1 deletions

View File

@@ -1666,6 +1666,7 @@ void gamelogic()
}
#if !defined(NO_CUSTOM_LEVELS)
ed.oldreturneditoralpha = ed.returneditoralpha;
if (map.custommode && !map.custommodeforreal && ed.returneditoralpha > 0)
{
ed.returneditoralpha -= 15;