[Scummvm-cvs-logs] scummvm master -> 2dd6206f76903a4757896ffec99c0aa840607eb0
dreammaster
dreammaster at scummvm.org
Sun Apr 28 10:15:17 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:
2dd6206f76 HOPKINS: Fix for #3611739 graphic corruption in Breakout game
Commit: 2dd6206f76903a4757896ffec99c0aa840607eb0
https://github.com/scummvm/scummvm/commit/2dd6206f76903a4757896ffec99c0aa840607eb0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-04-28T01:14:30-07:00
Commit Message:
HOPKINS: Fix for #3611739 graphic corruption in Breakout game
Changed paths:
engines/hopkins/computer.cpp
diff --git a/engines/hopkins/computer.cpp b/engines/hopkins/computer.cpp
index 253d849..f7b923b 100644
--- a/engines/hopkins/computer.cpp
+++ b/engines/hopkins/computer.cpp
@@ -697,6 +697,10 @@ void ComputerManager::displayBricks() {
}
displayScore();
+
+ // Refresh the entire screen
+ _vm->_graphicsMan->addRefreshRect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
+ _vm->_graphicsMan->updateScreen();
}
/**
More information about the Scummvm-git-logs
mailing list