Remove roomtext from otherlevelclass

Since it's unused, it's better to just delete it because there's no way
to test it to see if it's buggy or not.
This commit is contained in:
Misa
2020-07-06 12:33:50 -07:00
committed by Ethan Lee
parent a698d3a6f8
commit ec960b0f95
3 changed files with 0 additions and 23 deletions

View File

@@ -1315,12 +1315,6 @@ void mapclass::loadlevel(int rx, int ry)
tileset = otherlevel.roomtileset;
//do the appear/remove roomname here
if (otherlevel.roomtexton)
{
roomtexton = true;
roomtext = std::vector<Roomtext>(otherlevel.roomtext);
}
if (game.roomx >= 102 && game.roomx <= 104 && game.roomy >= 110 && game.roomy <= 111)
{
hiddenname = "The Ship";