Ignore:
Timestamp:
10/26/16 18:41:20 (9 years ago)
Author:
epyon
Message:
  • god I really suck with proper commits -_-
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/engine/model_manager.cc

    r523 r524  
    77#include "nv/engine/model_manager.hh"
    88
     9#include "nv/engine/ragdoll_manager.hh"
    910#include "nv/lua/lua_math.hh"
    1011#include "nv/lua/lua_flags.hh"
     
    2627                def_data = m_rm->get< mesh_data >( table.get_string128( "path" ) );
    2728
     29        if ( table.is_string( "ragdoll" ) )
     30                gm->ragdoll_id = table.get_string32( "ragdoll" );
     31       
    2832        if ( table.has_field( "animator" ) )
    2933        {
Note: See TracChangeset for help on using the changeset viewer.