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

bonki bonki at users.noreply.github.com
Tue Mar 20 22:54:41 CET 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:
d4636f4616 TUCKER: Reset panel type to normal after loading a savegame


Commit: d4636f4616c132434b4ebce43dc86f50f2bb06d0
    https://github.com/scummvm/scummvm/commit/d4636f4616c132434b4ebce43dc86f50f2bb06d0
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-20T22:53:18+01:00

Commit Message:
TUCKER: Reset panel type to normal after loading a savegame

Changed paths:
    engines/tucker/saveload.cpp


diff --git a/engines/tucker/saveload.cpp b/engines/tucker/saveload.cpp
index 4e33988..3abe645 100644
--- a/engines/tucker/saveload.cpp
+++ b/engines/tucker/saveload.cpp
@@ -125,6 +125,8 @@ Common::Error TuckerEngine::loadGameState(int slot) {
 	setBlackPalette();
 	loadBudSpr();
 	_forceRedrawPanelItems = true;
+	_panelType = kPanelTypeNormal;
+	setCursorState(kCursorStateNormal);
 
 	delete file;
 	return Common::kNoError;





More information about the Scummvm-git-logs mailing list