add camera position switching for static view rooms

This commit is contained in:
2026-01-12 21:15:03 -06:00
parent 8eea154717
commit 6baa6956bf
23 changed files with 11034 additions and 26 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ void DetermineDialogue()
}
else
{
currentQuest.CheckComplete();
if (currentQuest.hasStarted)
currentQuest.CheckComplete(); // don't check for completion before asking player for help
currentDialogue = new Dialogue();
currentDialogue.charName = defaultDialogue.charName;