[Scummvm-cvs-logs] scummvm master -> 642928f6c9030b2c744793a1c03f988cc52e85a3

dreammaster dreammaster at scummvm.org
Fri Dec 11 05:06:01 CET 2015


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:
642928f6c9 ACCESS: Fix clearing speech bubbles that overlap the response buttons


Commit: 642928f6c9030b2c744793a1c03f988cc52e85a3
    https://github.com/scummvm/scummvm/commit/642928f6c9030b2c744793a1c03f988cc52e85a3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-12-10T23:05:24-05:00

Commit Message:
ACCESS: Fix clearing speech bubbles that overlap the response buttons

Changed paths:
    engines/access/char.cpp



diff --git a/engines/access/char.cpp b/engines/access/char.cpp
index 2afb81d..cbe1d5d 100644
--- a/engines/access/char.cpp
+++ b/engines/access/char.cpp
@@ -164,6 +164,10 @@ void CharManager::charMenu() {
 	} else
 		error("Game not supported");
 
+	// Make a backup copy of the screen including the character buttons,
+	// for restoring when erasing conversation boxes
+	screen.copyTo(&_vm->_buffer1);
+
 	screen.restoreScreen();
 	delete spr;
 }






More information about the Scummvm-git-logs mailing list