Established a connection between the Region objects and lua

This commit is contained in:
Kayne Ruse
2014-03-28 04:11:34 +11:00
parent 38b603fc8f
commit 4cff57fe71
5 changed files with 58 additions and 4 deletions
+4
View File
@@ -110,6 +110,10 @@ void ServerApplication::Init(int argc, char** argv) {
//finalize the startup
cout << "Startup completed successfully" << endl;
//debugging
mapPager.GetRegion(0,0);
mapPager.GetRegion(128,256);
}
void ServerApplication::Loop() {