From 2725bc88aa538ea73baccc5f9a2ef3f131bb863a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 17 Feb 2014 21:49:07 +0100 Subject: VOYEUR: Get rid of a magic value, replaced by DECOMPRESS_SIZE --- engines/voyeur/files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/voyeur') diff --git a/engines/voyeur/files.cpp b/engines/voyeur/files.cpp index 750071aaea..3f955fd066 100644 --- a/engines/voyeur/files.cpp +++ b/engines/voyeur/files.cpp @@ -178,7 +178,7 @@ void BoltFilesState::nextBlock() { /*------------------------------------------------------------------------*/ FilesManager::FilesManager() { - _decompressSize = 0x7000; + _decompressSize = DECOMPRESS_SIZE; } bool FilesManager::openBoltLib(const Common::String &filename, BoltFile *&boltFile) { -- cgit v1.2.3