aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.cpp
diff options
context:
space:
mode:
authorsirlemonhead2015-05-18 18:20:54 +0100
committersirlemonhead2015-05-18 18:23:47 +0100
commitda9333a924d945c3bd59eb1f8d3dd17d86b5d572 (patch)
tree74f9eb1a0a3817113773f121f223bb548d4a056b /engines/sherlock/scene.cpp
parent5e351b6bf3988b33a6af952331039083c3b2aff8 (diff)
downloadscummvm-rg350-da9333a924d945c3bd59eb1f8d3dd17d86b5d572.tar.gz
scummvm-rg350-da9333a924d945c3bd59eb1f8d3dd17d86b5d572.tar.bz2
scummvm-rg350-da9333a924d945c3bd59eb1f8d3dd17d86b5d572.zip
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 8a906e9335..41d9284024 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];