[Scummvm-cvs-logs] scummvm master -> 197d2f1c0891ba7ad1cf88216b37e747b04e7827

Strangerke Strangerke at scummvm.org
Wed Aug 21 23:55:23 CEST 2013


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:
197d2f1c08 MORTEVIELLE: Fix check introduced in 6cfd3028c1fdf71238f12e79fba4750e63a92a67.


Commit: 197d2f1c0891ba7ad1cf88216b37e747b04e7827
    https://github.com/scummvm/scummvm/commit/197d2f1c0891ba7ad1cf88216b37e747b04e7827
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-08-21T14:53:55-07:00

Commit Message:
MORTEVIELLE: Fix check introduced in 6cfd3028c1fdf71238f12e79fba4750e63a92a67.

Changed paths:
    engines/mortevielle/actions.cpp



diff --git a/engines/mortevielle/actions.cpp b/engines/mortevielle/actions.cpp
index d5b3bd2..a475743 100644
--- a/engines/mortevielle/actions.cpp
+++ b/engines/mortevielle/actions.cpp
@@ -631,7 +631,7 @@ void MortevielleEngine::fctOpen() {
 				break;
 		}
 
-		if (i > 7) {
+		if (i > 6) {
 			warning("Unexpected action: Too many open objects");
 			return;
 		}






More information about the Scummvm-git-logs mailing list