mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user