aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_cel.cpp
diff options
context:
space:
mode:
authorwhiterandrek2018-03-29 12:58:44 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit65eccb7ba7e0d93ed9afc58e6312ee4bd04aa21e (patch)
tree69289f945add832630ce3864fb3bb1dded165fc5 /engines/pink/objects/actions/action_cel.cpp
parentf9c94a40a43ae26ca493c06e9356a1757f5d4d02 (diff)
downloadscummvm-rg350-65eccb7ba7e0d93ed9afc58e6312ee4bd04aa21e.tar.gz
scummvm-rg350-65eccb7ba7e0d93ed9afc58e6312ee4bd04aa21e.tar.bz2
scummvm-rg350-65eccb7ba7e0d93ed9afc58e6312ee4bd04aa21e.zip
PINK: added basic ActionLoop implementation
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 312ae31a1d..c8d9eb7864 100644
--- a/engines/pink/objects/actions/action_cel.cpp
+++ b/engines/pink/objects/actions/action_cel.cpp
@@ -63,7 +63,7 @@ CelDecoder *ActionCEL::getDecoder() {
return _decoder;
}
-bool ActionCEL::initPallete(Director *director) {
+bool ActionCEL::initPalette(Director *director) {
_decoder = _actor->getPage()->loadCel(_fileName);
_decoder->decodeNextFrame();
_decoder->rewind();