diff --git a/engines/sword2/animation.cpp b/engines/sword2/animation.cpp index 0097d008c15..aac61bacfbd 100644 --- a/engines/sword2/animation.cpp +++ b/engines/sword2/animation.cpp @@ -715,7 +715,7 @@ bool MoviePlayerDummy::decodeFrame() { #if defined(USE_MPEG2) || defined(USE_ZLIB) byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or visit www.scummvm.org to download cutscene videos"; #else - byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or recompile ScummVM with MPEG2 or ZLib support"); + byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or recompile ScummVM with MPEG2 or ZLib support"; #endif byte *msg;