1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Remove unneeded titlebg assignments when going to in-game settings

These were needed when the title and tower background shared the same
buffer, but since #522 got merged, these are no longer necessary.
This commit is contained in:
Misa 2020-11-07 13:33:39 -08:00 committed by Ethan Lee
parent 6f4e89e336
commit bf29c48640

View file

@ -2387,9 +2387,6 @@ void mapmenuactionpress()
} }
game.kludge_ingametemp = game.currentmenuname; game.kludge_ingametemp = game.currentmenuname;
graphics.titlebg.scrolldir = 0;
graphics.titlebg.colstate = ((int) (graphics.titlebg.colstate / 5)) * 5;
graphics.titlebg.bypos = 0;
map.nexttowercolour(); map.nexttowercolour();
// Fix delta rendering glitch // Fix delta rendering glitch