[Scummvm-git-logs] scummvm master -> f9744da62bf9ca692b6a02ba90fba90fd0af6174

bluegr bluegr at gmail.com
Sun Feb 9 21:53:25 UTC 2020


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:
f9744da62b Revert "SCI: Hopefully fix bug #6718 in LSL6 Polish"


Commit: f9744da62bf9ca692b6a02ba90fba90fd0af6174
    https://github.com/scummvm/scummvm/commit/f9744da62bf9ca692b6a02ba90fba90fd0af6174
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2020-02-09T23:52:26+02:00

Commit Message:
Revert "SCI: Hopefully fix bug #6718 in LSL6 Polish"

This reverts commit 22aaf995ed4f5131ae9cf6753d228718a96293f3.

Changed paths:
    engines/sci/graphics/view.cpp


diff --git a/engines/sci/graphics/view.cpp b/engines/sci/graphics/view.cpp
index 0c7aed3..dd1e969 100644
--- a/engines/sci/graphics/view.cpp
+++ b/engines/sci/graphics/view.cpp
@@ -261,7 +261,6 @@ void GfxView::initData(GuiResourceId resourceId) {
 			_isScaleable = false;
 			break;
 		case 0x40:
-		case 0x4F:	// LSL6 Polish, seems to be garbage - bug #6718
 		case 0:
 			break; // don't do anything, we already have _isScaleable set
 		default:




More information about the Scummvm-git-logs mailing list