mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09: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:
parent
6f4e89e336
commit
bf29c48640
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue