[Scummvm-cvs-logs] scummvm master -> 3384befff7d2deb8a1aafeeb95e5201b4e19cc86

wjp wjp at usecode.org
Thu Oct 3 11:17:56 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:
3384befff7 WINTERMUTE: Add missing break


Commit: 3384befff7d2deb8a1aafeeb95e5201b4e19cc86
    https://github.com/scummvm/scummvm/commit/3384befff7d2deb8a1aafeeb95e5201b4e19cc86
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2013-10-03T02:14:31-07:00

Commit Message:
WINTERMUTE: Add missing break

Confirmed by Mnemonic.

Changed paths:
    engines/wintermute/ad/ad_scene.cpp



diff --git a/engines/wintermute/ad/ad_scene.cpp b/engines/wintermute/ad/ad_scene.cpp
index f5726cd..bc8d9e9 100644
--- a/engines/wintermute/ad/ad_scene.cpp
+++ b/engines/wintermute/ad/ad_scene.cpp
@@ -864,6 +864,7 @@ bool AdScene::loadBuffer(char *buffer, bool complete) {
 				_viewport->setRect(rc.left, rc.top, rc.right, rc.bottom, true);
 			}
 		}
+		break;
 
 		case TOKEN_PERSISTENT_STATE:
 			parser.scanStr(params, "%b", &_persistentState);






More information about the Scummvm-git-logs mailing list