This website works better with JavaScript.
Home
Explore
Help
Sign In
clonk2u
/
feast-classic
forked from
chemicalcrux/feast-classic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed dialog failing to start
tags/v0.2.8
Fen Dweller
7 years ago
parent
ae43765cc2
commit
db9dccbae2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
feast.js
+ 1
- 1
feast.js
View File
@@ -282,8 +282,8 @@ function struggleHovered(index) {
}
function startDialog(dialog) {
changeMode("dialog");
currentDialog = dialog;
changeMode("dialog");
update([currentDialog.text]);
currentDialog.visit();
updateDisplay();
Write
Preview
Loading…
Cancel
Save