Integrate dynamic list sizes for credited patrons, add CONTRIBUTORS to credits

(Also added myself to the credits, only took 6 years to not be lazy about it)
This commit is contained in:
Ethan Lee
2020-01-16 20:14:56 -05:00
parent 73335c347c
commit 2aa4aa5f8a
5 changed files with 148 additions and 83 deletions

View File

@@ -53,9 +53,9 @@ void gamecompletelogic(Graphics& dwgfx, Game& game, entityclass& obj, musicclas
map.tdrawback = true;
game.creditposition--;
if (game.creditposition <= -1650)
if (game.creditposition <= -game.creditmaxposition)
{
game.creditposition = -1650;
game.creditposition = -game.creditmaxposition;
map.bscroll = 0;
}
else