[Scummvm-cvs-logs] scummvm master -> af93130fdd9193a3a018abd35fb18989dfc7ad26

bluegr md5 at scummvm.org
Mon Sep 12 22:38:33 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
af93130fdd CGE: Readded a line that was removed by mistake in r94db561


Commit: af93130fdd9193a3a018abd35fb18989dfc7ad26
    https://github.com/scummvm/scummvm/commit/af93130fdd9193a3a018abd35fb18989dfc7ad26
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-12T13:33:05-07:00

Commit Message:
CGE: Readded a line that was removed by mistake in r94db561

Changed paths:
    engines/cge/snail.cpp



diff --git a/engines/cge/snail.cpp b/engines/cge/snail.cpp
index f13a42f..e99fa7a 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() {






More information about the Scummvm-git-logs mailing list