This commit is contained in:
parent
650f284e4a
commit
0ff14a08b7
14 changed files with 161 additions and 7 deletions
|
@ -486,6 +486,7 @@ void CLevel::initThings(int _respawningLevel)
|
|||
{
|
||||
CNpcFriend *friendNpc;
|
||||
friendNpc=CNpcFriend::Create(ThisActor);
|
||||
friendNpc->setupWaypoints( ThisActor );
|
||||
friendNpc->postInit();
|
||||
}
|
||||
break;
|
||||
|
@ -534,6 +535,7 @@ void CLevel::initThings(int _respawningLevel)
|
|||
CThingManager::initAllThings();
|
||||
CThingManager::matchWheelsAndWeights();
|
||||
CThingManager::matchPressureSwitches();
|
||||
CThingManager::matchGaryTriggers();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue