VOYEUR: Remove 2 parameters matching the default parameter in function calls

This commit is contained in:
Strangerke 2014-03-03 18:55:00 +01:00
parent 5e715f244b
commit 834cd6cc50
2 changed files with 2 additions and 2 deletions

View File

@ -1102,7 +1102,7 @@ void ThreadResource::doRoom() {
vm.makeViewFinderP();
voy._fadingType = 0;
if (!vm._bVoy->getBoltGroup(vm._playStampGroupId, true))
if (!vm._bVoy->getBoltGroup(vm._playStampGroupId))
return;
vm._graphicsManager->_backColors = vm._bVoy->boltEntry(vm._playStampGroupId + 1)._cMapResource;

View File

@ -436,7 +436,7 @@ void VoyeurEngine::showTitleScreen() {
void VoyeurEngine::doOpening() {
_graphicsManager->screenReset();
if (!_bVoy->getBoltGroup(0x200, true))
if (!_bVoy->getBoltGroup(0x200))
return;
byte *frameTable = _bVoy->memberAddr(0x215);