Skip to content

Commit

Permalink
добавил обработку класса LA_SAFE
Browse files Browse the repository at this point in the history
  • Loading branch information
abramcumner committed Oct 31, 2016
1 parent c211644 commit 7bdaf21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/xray_re/xr_entity_factory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ void xr_entity_factory::init()
m_clsids.push_back(new factory_item<se_zone_anom>("ZS_NOGRA"));
m_clsids.push_back(new factory_item<se_zone_visual>("ZS_RUSTY"));
m_clsids.push_back(new factory_item<se_safe>("LA_PHSAF"));
m_clsids.push_back(new factory_item<se_safe>("LA_SAFE"));
m_clsids.push_back(new factory_item<cse_turret_mgun>("W_TURRET"));

// prepare for bisection
Expand Down

0 comments on commit 7bdaf21

Please sign in to comment.