[Scummvm-cvs-logs] scummvm master -> 0593f434afcd772e6f171cc466d8ad714146e864
clone2727
clone2727 at gmail.com
Sun Feb 23 20:50:27 CET 2014
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:
0593f434af PEGASUS: Force the inventory drawers closed when loading a game
Commit: 0593f434afcd772e6f171cc466d8ad714146e864
https://github.com/scummvm/scummvm/commit/0593f434afcd772e6f171cc466d8ad714146e864
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2014-02-23T11:50:02-08:00
Commit Message:
PEGASUS: Force the inventory drawers closed when loading a game
Changed paths:
engines/pegasus/pegasus.cpp
diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp
index 0148470..c45053d 100644
--- a/engines/pegasus/pegasus.cpp
+++ b/engines/pegasus/pegasus.cpp
@@ -431,6 +431,8 @@ void PegasusEngine::removeTimeBase(TimeBase *timeBase) {
bool PegasusEngine::loadFromStream(Common::SeekableReadStream *stream) {
// Dispose currently running stuff
+ lowerInventoryDrawerSync();
+ lowerBiochipDrawerSync();
useMenu(0);
useNeighborhood(0);
removeAllItemsFromInventory();
More information about the Scummvm-git-logs
mailing list