Browse Source

Fixed dialog failing to start

tags/v0.2.8
Fen Dweller 7 years ago
parent
commit
db9dccbae2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      feast.js

+ 1
- 1
feast.js View File

@@ -282,8 +282,8 @@ function struggleHovered(index) {
} }


function startDialog(dialog) { function startDialog(dialog) {
changeMode("dialog");
currentDialog = dialog; currentDialog = dialog;
changeMode("dialog");
update([currentDialog.text]); update([currentDialog.text]);
currentDialog.visit(); currentDialog.visit();
updateDisplay(); updateDisplay();


Loading…
Cancel
Save