Created a way to coalesce map modules into one table

This commit is contained in:
Kayne Ruse
2014-11-06 01:16:02 +11:00
parent cfdc61c357
commit a4ed23f6c7
5 changed files with 83 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include "lua.hpp"
#endif
#define TORTUGA_REGION_NAME "Region"
#define TORTUGA_REGION_NAME "region"
LUAMOD_API int openRegionAPI(lua_State* L);
#endif