mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user