[Scummvm-git-logs] scummvm master -> 68f609b9d358d45dab404718dd48ae6fcd00436a

whiterandrek whiterandrek at gmail.com
Sun Jul 1 20:33:30 CEST 2018


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:
68f609b9d3 PINK: added missing break


Commit: 68f609b9d358d45dab404718dd48ae6fcd00436a
    https://github.com/scummvm/scummvm/commit/68f609b9d358d45dab404718dd48ae6fcd00436a
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-07-01T21:30:10+03:00

Commit Message:
PINK: added missing break

Changed paths:
    engines/pink/pink.cpp


diff --git a/engines/pink/pink.cpp b/engines/pink/pink.cpp
index 15dfde9..e7d4472 100644
--- a/engines/pink/pink.cpp
+++ b/engines/pink/pink.cpp
@@ -122,6 +122,7 @@ Common::Error Pink::PinkEngine::run() {
 				break;
 			case Common::EVENT_LBUTTONUP:
 				_actor->onLeftButtonUp(event.mouse);
+				break;
 			case Common::EVENT_RBUTTONDOWN:
 				if (isPeril())
 					_actor->onRightButtonClick(event.mouse);





More information about the Scummvm-git-logs mailing list