Add mapexplored(), mapreveal() commands

This commit is contained in:
mothbeanie
2023-08-23 13:03:23 -07:00
committed by Misa Elizabeth Kai
parent c04c6bc552
commit 8a00ea7aab
4 changed files with 50 additions and 5 deletions
+4
View File
@@ -58,6 +58,8 @@ public:
void resetmap(void);
void fullmap(void);
void updateroomnames(void);
void initmapdata(void);
@@ -125,6 +127,8 @@ public:
bool isexplored(const int rx, const int ry);
void setexplored(const int rx, const int ry, const bool status);
bool revealmap;
int background;
int rcol;
int tileset;