mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 15:51:42 +00:00
BBVS: Fix compilation.
This commit is contained in:
parent
591728227e
commit
e6236293f9
@ -46,7 +46,7 @@ void BbvsEngine::playVideo(int videoNum) {
|
||||
Video::VideoDecoder *videoDecoder = new Video::AVIDecoder();
|
||||
if (!videoDecoder->loadFile(videoFilename)) {
|
||||
delete videoDecoder;
|
||||
warning("Unable to open video %s", videoFilename);
|
||||
warning("Unable to open video %s", videoFilename.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user