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:
Misa
2020-06-27 15:56:18 -07:00
committed by Ethan Lee
parent e1a114d1a5
commit baf879d9fd
2 changed files with 0 additions and 3 deletions

View File

@@ -1170,8 +1170,6 @@ void mapclass::loadlevel(int rx, int ry)
obj.customwarpmodevon=false;
obj.customwarpmodehon=false;
std::vector<std::string> tmap;
if (finalmode)
{
t = 6;