aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Peters2006-05-30 20:32:22 +0000
committerJoost Peters2006-05-30 20:32:22 +0000
commit33eeb81bd6e01afa2e1e366249c0c3e6c739ce45 (patch)
tree9bd053a51b21bf97d52963cd859a4982b9e46b71
parenta9dc501ee03ec573208e54da597ee67688e97f18 (diff)
downloadscummvm-rg350-33eeb81bd6e01afa2e1e366249c0c3e6c739ce45.tar.gz
scummvm-rg350-33eeb81bd6e01afa2e1e366249c0c3e6c739ce45.tar.bz2
scummvm-rg350-33eeb81bd6e01afa2e1e366249c0c3e6c739ce45.zip
remove extraneous comma
svn-id: r22784
-rw-r--r--engines/simon/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/animation.cpp b/engines/simon/animation.cpp
index 6bc3c813fd..deedd37e5c 100644
--- a/engines/simon/animation.cpp
+++ b/engines/simon/animation.cpp
@@ -508,7 +508,7 @@ const char * MoviePlayer::_sequenceList[90] = {
"ventfall.dxa",
"ventoff.dxa",
"wasting.dxa",
- "wurbatak.dxa",
+ "wurbatak.dxa"
};
} // End of namespace Simon