Changeset 490 for trunk/src/lua/lua_map_tile.cc
- Timestamp:
- 03/08/16 13:19:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_map_tile.cc
r452 r490 47 47 map_tile* result = reinterpret_cast<map_tile*>( lua_newuserdata( L, sizeof(map_tile) ) ); 48 48 *result = tile; 49 luaL_setmetatable( L, NLUA_MAP_TILE_METATABLE );49 nlua_setmetatable( L, NLUA_MAP_TILE_METATABLE ); 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.