Skip to content

Commit

Permalink
Revert "when initiating dialog immediately suspend script execution"
Browse files Browse the repository at this point in the history
This reverts commit 7007465.
  • Loading branch information
fizzet committed Jun 15, 2013
1 parent ab83a4a commit bb674c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gemrb/core/GameScript/GSUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1148,8 +1148,6 @@ void BeginDialog(Scriptable* Sender, Action* parameters, int Flags)
}

Sender->ReleaseCurrentAction();
//force ProcessActions to suspend until dialog has started
Sender->SetWait(1);

if (!ret) {
if (Flags & BD_NOEMPTY) {
Expand Down

0 comments on commit bb674c2

Please sign in to comment.