Loosened the requirements for constructing a MapPager

This is so that I can configure the size of the pages in the config.cfg
file.
This commit is contained in:
Kayne Ruse
2014-03-15 19:15:58 +11:00
parent dd786ba579
commit 7e500027e3
6 changed files with 46 additions and 20 deletions
-4
View File
@@ -62,7 +62,3 @@ Region* RegionPagerBase::GetRegion(int x, int y) {
if (ptr) return ptr;
return CreateRegion(x, y);
}
void RegionPagerBase::Update() {
//TODO
}