Remove useless attribute rcol from finalclass

The rcol of finalclass is always 6, so there's no reason to have an
attribute there as if you could change it or anything.
This commit is contained in:
Misa
2020-07-06 12:46:46 -07:00
committed by Ethan Lee
parent 876c120ed8
commit 3b6867243b
3 changed files with 0 additions and 4 deletions

View File

@@ -1406,7 +1406,6 @@ void mapclass::loadlevel(int rx, int ry)
roomname = finallevel.roomname;
tileset = 1;
background = 3;
graphics.rcol = finallevel.rcol;
graphics.backgrounddrawn = false;
if (finalstretch)