aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_cel.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2018-07-11 20:33:17 +0200
committerEugene Sandulenko2018-07-11 22:45:36 +0200
commita4b8ffc2de4c9cc0c2c43189ddf471815da72de5 (patch)
treecdd8d759a91c2a2bdd0552f50bf78906f3ab37a2 /engines/pink/objects/actions/action_cel.cpp
parentcd357e59d0e756de6d998ad5459a9cd500cb6e7d (diff)
downloadscummvm-rg350-a4b8ffc2de4c9cc0c2c43189ddf471815da72de5.tar.gz
scummvm-rg350-a4b8ffc2de4c9cc0c2c43189ddf471815da72de5.tar.bz2
scummvm-rg350-a4b8ffc2de4c9cc0c2c43189ddf471815da72de5.zip
PINK: Spelling fixes in method names
Diffstat (limited to 'engines/pink/objects/actions/action_cel.cpp')
-rw-r--r--engines/pink/objects/actions/action_cel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/actions/action_cel.cpp b/engines/pink/objects/actions/action_cel.cpp
index 5abc9787b9..b81b7e6b8b 100644
--- a/engines/pink/objects/actions/action_cel.cpp
+++ b/engines/pink/objects/actions/action_cel.cpp
@@ -48,7 +48,7 @@ bool ActionCEL::initPalette(Director *director) {
_decoder.decodeNextFrame();
_decoder.rewind();
}
- director->setPallette(_decoder.getPalette());
+ director->setPalette(_decoder.getPalette());
return true;
}