aboutsummaryrefslogtreecommitdiff
path: root/engines/access/inventory.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-12-11 21:37:42 -0500
committerPaul Gilbert2015-12-11 21:37:42 -0500
commit95ac0214aea59b777d61367a101dc7d932280d34 (patch)
treef5a9aeb9b71e44f59765249a896031a9c5547984 /engines/access/inventory.cpp
parent9b848dc7bd48d7e1088b4fe2f26ea863aea3396d (diff)
downloadscummvm-rg350-95ac0214aea59b777d61367a101dc7d932280d34.tar.gz
scummvm-rg350-95ac0214aea59b777d61367a101dc7d932280d34.tar.bz2
scummvm-rg350-95ac0214aea59b777d61367a101dc7d932280d34.zip
ACCESS: Fix palette for inventory window
Diffstat (limited to 'engines/access/inventory.cpp')
-rw-r--r--engines/access/inventory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/inventory.cpp b/engines/access/inventory.cpp
index d4a869be28..0a962aa69a 100644
--- a/engines/access/inventory.cpp
+++ b/engines/access/inventory.cpp
@@ -120,6 +120,7 @@ int InventoryManager::newDisplayInv() {
getList();
initFields();
+ files._setPaletteFlag = false;
files.loadScreen(&_vm->_buffer1, 99, 0);
_vm->_buffer1.copyTo(&_vm->_buffer2);
_vm->copyBF2Vid();