Explorar el Código

Fixed dialog failing to start

tags/v0.2.8
Fen Dweller hace 7 años
padre
commit
db9dccbae2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      feast.js

+ 1
- 1
feast.js Ver fichero

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

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


Cargando…
Cancelar
Guardar