mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
MOHAWK: Silence a warning
svn-id: r55442
This commit is contained in:
parent
a9c840c3d5
commit
66a715ea99
@ -705,6 +705,8 @@ void MystScriptParser_Channelwood::o_elevatorMovies(uint16 op, uint16 var, uint1
|
||||
else
|
||||
movie = _vm->wrapMovieFilename("welev3dn", kChannelwoodStack);
|
||||
break;
|
||||
default:
|
||||
error("Unknown elevator state %d in o_elevatorMovies", elevator);
|
||||
}
|
||||
|
||||
_vm->_sound->pauseBackgroundMyst();
|
||||
|
Loading…
Reference in New Issue
Block a user