diff options
author | Filippos Karapetis | 2011-09-12 23:33:05 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-09-12 23:33:05 +0300 |
commit | af93130fdd9193a3a018abd35fb18989dfc7ad26 (patch) | |
tree | aea94b8501294f4978886ea10fb8e6c29b68aec9 /engines/cge | |
parent | a2dc80fbefb9bb39e6d919656c9394aa2264b8a8 (diff) | |
download | scummvm-rg350-af93130fdd9193a3a018abd35fb18989dfc7ad26.tar.gz scummvm-rg350-af93130fdd9193a3a018abd35fb18989dfc7ad26.tar.bz2 scummvm-rg350-af93130fdd9193a3a018abd35fb18989dfc7ad26.zip |
CGE: Readded a line that was removed by mistake in r94db561
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/snail.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/snail.cpp b/engines/cge/snail.cpp index f13a42f566..e99fa7ae21 100644 --- a/engines/cge/snail.cpp +++ b/engines/cge/snail.cpp @@ -1173,6 +1173,8 @@ void Snail::runCom() { if (!_turbo) break; } + + _busy = false; } bool Snail::idle() { |