mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
DGDS: Fix warning from missing break
This commit is contained in:
parent
5ffad3bbfe
commit
c4d4afb649
@ -820,6 +820,7 @@ void TTMInterpreter::handleOperation(TTMEnviro &env, TTMSeq &seq, uint16 op, byt
|
||||
Graphics::FloodFill f(_vm->_compositionBuffer.surfacePtr(), 0, seq._drawColFG);
|
||||
f.addSeed(ivals[0], ivals[1]);
|
||||
f.fill();
|
||||
break;
|
||||
}
|
||||
case 0xaf10: { // DRAW EMPTY POLY
|
||||
ClipSurface clipSurf(seq._drawWin, _vm->_compositionBuffer.surfacePtr());
|
||||
|
Loading…
x
Reference in New Issue
Block a user