Skip to content

Commit

Permalink
Dreams fix. Fixes #154
Browse files Browse the repository at this point in the history
  • Loading branch information
aldergames committed Nov 30, 2014
1 parent b61eda2 commit e9bd25f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions js/event/dreams.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ Scenes.Dreams.Entry = function(func) {
Scenes.Dreams.RavenAfterDream(ravenTrigger, func);
}

if(ret)
Gui.Callstack.push(end);
else
Gui.NextPrompt(end);
Gui.Callstack.push(end);
if(!ret)
PrintDefaultOptions();
}


Expand Down

0 comments on commit e9bd25f

Please sign in to comment.