Changeset 524 for trunk/src/engine/model_manager.cc
- Timestamp:
- 10/26/16 18:41:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine/model_manager.cc
r523 r524 7 7 #include "nv/engine/model_manager.hh" 8 8 9 #include "nv/engine/ragdoll_manager.hh" 9 10 #include "nv/lua/lua_math.hh" 10 11 #include "nv/lua/lua_flags.hh" … … 26 27 def_data = m_rm->get< mesh_data >( table.get_string128( "path" ) ); 27 28 29 if ( table.is_string( "ragdoll" ) ) 30 gm->ragdoll_id = table.get_string32( "ragdoll" ); 31 28 32 if ( table.has_field( "animator" ) ) 29 33 {
Note: See TracChangeset
for help on using the changeset viewer.