aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOystein Eftevaag2006-07-21 11:04:21 +0000
committerOystein Eftevaag2006-07-21 11:04:21 +0000
commit17f8c7067a6e95cd54151f6a34e88ef3f2d693a8 (patch)
tree9f59b5c7cf626eec4b5def136be0b7675cde2492
parentef42b9962d312a3f5da7f4e3a907a4cbecb620d4 (diff)
downloadscummvm-rg350-17f8c7067a6e95cd54151f6a34e88ef3f2d693a8.tar.gz
scummvm-rg350-17f8c7067a6e95cd54151f6a34e88ef3f2d693a8.tar.bz2
scummvm-rg350-17f8c7067a6e95cd54151f6a34e88ef3f2d693a8.zip
Removing redundant paranthesis
svn-id: r23543
-rw-r--r--engines/sword2/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/animation.cpp b/engines/sword2/animation.cpp
index 0097d008c1..aac61bacfb 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;