We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173334a commit fe5cbf4Copy full SHA for fe5cbf4
src/logic/CameraController.cpp
@@ -245,7 +245,7 @@ void Logic::CameraController::nextDialogueShot() {
245
VobTypes::NpcVobInformation player = VobTypes::asNpcVob(m_World,
246
m_World.getScriptEngine().getPlayerEntity());
247
248
- EDialogueShotType nextShot;
+ EDialogueShotType nextShot = m_DialogueShotType;
249
bool playerTalking = m_dialogueTargetName == player.playerController->getScriptInstance().name[0];
250
251
// Rule: Use close-up and neutral only after at least two fulls or shoulders
0 commit comments