Tweaked debug map generator scripts

This commit is contained in:
2016-03-22 07:04:11 +11:00
parent 12f86f22de
commit 1ed4f85d62
5 changed files with 19 additions and 9 deletions
-1
View File
@@ -40,7 +40,6 @@ public:
virtual bool GetSolid(int x, int y);
//region manipulation
__attribute__ ((deprecated))
virtual Region* GetRegion(int x, int y);
virtual Region* FindRegion(int x, int y);
virtual Region* PushRegion(Region* const);