aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-18 18:04:45 -0400
committerPaul Gilbert2015-05-18 18:04:45 -0400
commitffe82a40e820f90e53cfba06e399bf88005e9f04 (patch)
tree0dfb087db4e18dd799c872fc811a30910ff91e3d /engines/sherlock/scene.cpp
parent0aebac9174f935e535b8e133efde43bd94be5b27 (diff)
parentda9333a924d945c3bd59eb1f8d3dd17d86b5d572 (diff)
downloadscummvm-rg350-ffe82a40e820f90e53cfba06e399bf88005e9f04.tar.gz
scummvm-rg350-ffe82a40e820f90e53cfba06e399bf88005e9f04.tar.bz2
scummvm-rg350-ffe82a40e820f90e53cfba06e399bf88005e9f04.zip
Merge pull request #8 from sirlemonhead/sherlock
SHERLOCK: Fix code formatting issues and comment spelling mistakes
Diffstat (limited to 'engines/sherlock/scene.cpp')
-rw-r--r--engines/sherlock/scene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp
index fa5c5f439c..a65c11b167 100644
--- a/engines/sherlock/scene.cpp
+++ b/engines/sherlock/scene.cpp
@@ -964,7 +964,7 @@ int Scene::startCAnim(int cAnimNum, int playRate) {
if (talk._talkToAbort)
return 1;
- // Add new anim shape entry for displaying the animationo
+ // Add new anim shape entry for displaying the animation
_canimShapes.push_back(Object());
Object &cObj = _canimShapes[_canimShapes.size() - 1];