mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
VOYEUR: Remove 2 parameters matching the default parameter in function calls
This commit is contained in:
parent
5e715f244b
commit
834cd6cc50
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user