[Scummvm-git-logs] scummvm master -> 3db6aed4e474d5b16639ee4958d1cd13504d12fb
digitall
547637+digitall at users.noreply.github.com
Sun Nov 24 09:00:51 UTC 2019
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:
3db6aed4e4 LINUXMOTO: Fix Compilation
Commit: 3db6aed4e474d5b16639ee4958d1cd13504d12fb
https://github.com/scummvm/scummvm/commit/3db6aed4e474d5b16639ee4958d1cd13504d12fb
Author: D G Turner (digitall at scummvm.org)
Date: 2019-11-24T08:57:46Z
Commit Message:
LINUXMOTO: Fix Compilation
Changed paths:
backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp
diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp
index b0837db..31f414f 100644
--- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp
+++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp
@@ -260,7 +260,7 @@ void LinuxmotoSdlGraphicsManager::internUpdateScreen() {
_currentShakeXOffset = _gameScreenShakeXOffset;
- _forceFull = true;
+ _forceRedraw = true;
}
if (_currentShakeYOffset != _gameScreenShakeYOffset ||
(_cursorNeedsRedraw && _mouseBackup.y <= _currentShakeYOffset)) {
More information about the Scummvm-git-logs
mailing list