Fixed CreateRoom()'s return type

This commit is contained in:
Kayne Ruse
2014-06-23 04:54:01 +10:00
parent 46ed196bf4
commit 316db43b0a
5 changed files with 12 additions and 35 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
#include "lua/lua.hpp"
#define TORTUGA_REGION_PAGER_NAME "pager"
#define TORTUGA_REGION_PAGER_NAME "RegionPager"
LUAMOD_API int openRegionPagerAPI(lua_State* L);
#endif