SCUMM: Add missing return statement
This commit is contained in:
parent
41d8441ea8
commit
e0b3001218
1 changed files with 1 additions and 0 deletions
|
@ -1760,6 +1760,7 @@ void ScummEngine_v5::o5_roomOps() {
|
||||||
return;
|
return;
|
||||||
case 18: // clear kMainVirtScreen layer 2 buffer
|
case 18: // clear kMainVirtScreen layer 2 buffer
|
||||||
_textSurface.fillRect(Common::Rect(0, _virtscr[kMainVirtScreen].topline * _textSurfaceMultiplier, _textSurface.pitch, (_virtscr[kMainVirtScreen].topline + _virtscr[kMainVirtScreen].h) * _textSurfaceMultiplier), 0);
|
_textSurface.fillRect(Common::Rect(0, _virtscr[kMainVirtScreen].topline * _textSurfaceMultiplier, _textSurface.pitch, (_virtscr[kMainVirtScreen].topline + _virtscr[kMainVirtScreen].h) * _textSurfaceMultiplier), 0);
|
||||||
|
return;
|
||||||
case 19: // enable palette operations (palManipulate(), cyclePalette() etc.)
|
case 19: // enable palette operations (palManipulate(), cyclePalette() etc.)
|
||||||
_townsPaletteFlags |= 1;
|
_townsPaletteFlags |= 1;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue