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