Removing redundant paranthesis
svn-id: r23543
This commit is contained in:
parent
ef42b9962d
commit
17f8c7067a
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ bool MoviePlayerDummy::decodeFrame() {
|
||||||
#if defined(USE_MPEG2) || defined(USE_ZLIB)
|
#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";
|
byte msgNoCutscenes[] = "Cutscene - Narration Only: Press ESC to exit, or visit www.scummvm.org to download cutscene videos";
|
||||||
#else
|
#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
|
#endif
|
||||||
|
|
||||||
byte *msg;
|
byte *msg;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue