mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
TITANIC: Fix brief black boxes on fires in Canal
This commit is contained in:
parent
6930f2b648
commit
9c21bb9d1e
@ -534,8 +534,6 @@ void OSVideoSurface::clear() {
|
||||
void OSVideoSurface::playMovie(uint flags, CGameObject *obj) {
|
||||
if (loadIfReady() && _movie)
|
||||
_movie->play(flags, obj);
|
||||
|
||||
_ddSurface->fill(nullptr, 0);
|
||||
}
|
||||
|
||||
void OSVideoSurface::playMovie(uint startFrame, uint endFrame, uint flags, CGameObject *obj) {
|
||||
|
Loading…
Reference in New Issue
Block a user