Ignore:
Timestamp:
06/19/14 00:26:00 (11 years ago)
Author:
epyon
Message:
  • cleaned up sneaky lua map_area registration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_state.cc

    r262 r263  
    422422{
    423423        if ( object_index == ref_nil ) return;
    424         stack_guard guard( this );
    425424        lua_rawgeti( m_state, LUA_REGISTRYINDEX, object_index );
    426425        lua_pushstring( m_state, metaname.c_str() );
Note: See TracChangeset for help on using the changeset viewer.