Browse Source

Fixed Say() command clearing previously added options

master
chrisgregan 11 years ago
parent
commit
a801431750
  1. 3
      Assets/Fungus/Scripts/Page.cs

3
Assets/Fungus/Scripts/Page.cs

@ -301,13 +301,14 @@ namespace Fungus
{
Action tempAction = deferredAction;
options.Clear();
displayedStoryText = "";
originalStoryText = "";
deferredAction = null;
if (mode == Mode.Choose)
{
options.Clear();
// Reset to idle, but calling action may set this again
mode = Mode.Idle;

Loading…
Cancel
Save