mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Remove unused tmap vars from mapclass
These used to be relevant when the main game tilemaps were stored in strings, but now they no longer are.
This commit is contained in:
parent
e1a114d1a5
commit
baf879d9fd
2 changed files with 0 additions and 3 deletions
|
@ -1170,8 +1170,6 @@ void mapclass::loadlevel(int rx, int ry)
|
||||||
obj.customwarpmodevon=false;
|
obj.customwarpmodevon=false;
|
||||||
obj.customwarpmodehon=false;
|
obj.customwarpmodehon=false;
|
||||||
|
|
||||||
std::vector<std::string> tmap;
|
|
||||||
|
|
||||||
if (finalmode)
|
if (finalmode)
|
||||||
{
|
{
|
||||||
t = 6;
|
t = 6;
|
||||||
|
|
|
@ -82,7 +82,6 @@ public:
|
||||||
std::vector <int> contents;
|
std::vector <int> contents;
|
||||||
std::vector <int> explored;
|
std::vector <int> explored;
|
||||||
std::vector <int> vmult;
|
std::vector <int> vmult;
|
||||||
std::vector <std::string> tmap;
|
|
||||||
|
|
||||||
int temp;
|
int temp;
|
||||||
int temp2;
|
int temp2;
|
||||||
|
|
Loading…
Reference in a new issue