diff options
author | Paul Gilbert | 2015-12-11 21:37:42 -0500 |
---|---|---|
committer | Paul Gilbert | 2015-12-11 21:37:42 -0500 |
commit | 95ac0214aea59b777d61367a101dc7d932280d34 (patch) | |
tree | f5a9aeb9b71e44f59765249a896031a9c5547984 /engines/access | |
parent | 9b848dc7bd48d7e1088b4fe2f26ea863aea3396d (diff) | |
download | scummvm-rg350-95ac0214aea59b777d61367a101dc7d932280d34.tar.gz scummvm-rg350-95ac0214aea59b777d61367a101dc7d932280d34.tar.bz2 scummvm-rg350-95ac0214aea59b777d61367a101dc7d932280d34.zip |
ACCESS: Fix palette for inventory window
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/inventory.cpp | 1 |
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(); |