mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 01:51:49 +03:00
Add mapexplored(), mapreveal() commands
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
c04c6bc552
commit
8a00ea7aab
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user