mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Refactor Labclass.cpp to not use strings for tilemaps
They now use a const int array instead.
This commit is contained in:
@@ -1319,8 +1319,7 @@ void mapclass::loadlevel(int rx, int ry)
|
||||
}
|
||||
break;
|
||||
case 2: //The Lab
|
||||
tmap = lablevel.loadlevel(rx, ry);
|
||||
fillcontent(tmap);
|
||||
contents = lablevel.loadlevel(rx, ry);
|
||||
roomname = lablevel.roomname;
|
||||
tileset = 1;
|
||||
background = 2;
|
||||
|
||||
Reference in New Issue
Block a user