Removing redundant paranthesis

svn-id: r23543
This commit is contained in:
Oystein Eftevaag 2006-07-21 11:04:21 +00:00
parent ef42b9962d
commit 17f8c7067a

View file

@ -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;