Ver código fonte

Fixed dialog failing to start

tags/v0.2.8
Fen Dweller 7 anos atrás
pai
commit
db9dccbae2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      feast.js

+ 1
- 1
feast.js Ver arquivo

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

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


Carregando…
Cancelar
Salvar