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;
graphics.titlebg.scrolldir = 0;
graphics.titlebg.colstate = ((int) (graphics.titlebg.colstate / 5)) * 5;
graphics.titlebg.bypos = 0;
map.nexttowercolour();
// Fix delta rendering glitch