Remove now-unused function mapclass::fillareamap()

This is no longer needed since we load the areamap directly, instead of
having strings as unnecessary middlemen for our tilemap.
This commit is contained in:
Misa
2020-05-17 17:07:08 -07:00
committed by Ethan Lee
parent e938bfdb57
commit 664bf8ca6c
2 changed files with 0 additions and 15 deletions

View File

@@ -58,8 +58,6 @@ public:
bool collide(int x, int y);
void fillareamap(std::vector<std::string>& tmap);
void settile(int xp, int yp, int t);