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

@@ -26,16 +26,11 @@ public:
ACTIVITY
};
void addline(std::string t);
const int* loadlevel(int rx, int ry);
std::string roomname;
int roomtileset;
// roomtext thing in other level
bool roomtexton;
std::vector<Roomtext> roomtext;
};
#endif /* OTHERLEVEL_H */