forked from mirror/openmw-tes3mp
[Client] Send LocalActor cell changes at end of mwmp::Cell's update
This commit is contained in:
parent
1f6ba9d9ee
commit
2082f8ff4f
1 changed files with 1 additions and 1 deletions
|
@ -62,13 +62,13 @@ void Cell::updateLocal(bool forceUpdate)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
actorList->sendCellChangeActors();
|
|
||||||
actorList->sendPositionActors();
|
actorList->sendPositionActors();
|
||||||
actorList->sendAnimFlagsActors();
|
actorList->sendAnimFlagsActors();
|
||||||
actorList->sendAnimPlayActors();
|
actorList->sendAnimPlayActors();
|
||||||
actorList->sendSpeechActors();
|
actorList->sendSpeechActors();
|
||||||
actorList->sendStatsDynamicActors();
|
actorList->sendStatsDynamicActors();
|
||||||
actorList->sendAttackActors();
|
actorList->sendAttackActors();
|
||||||
|
actorList->sendCellChangeActors();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Cell::updateDedicated(float dt)
|
void Cell::updateDedicated(float dt)
|
||||||
|
|
Loading…
Reference in a new issue