aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/gfxengine.h')
-rw-r--r--engines/tony/gfxengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxengine.h b/engines/tony/gfxengine.h
index 69d36cbbc0..8d9648c454 100644
--- a/engines/tony/gfxengine.h
+++ b/engines/tony/gfxengine.h
@@ -145,7 +145,7 @@ public:
void waitWipeEnd(CORO_PARAM);
void setPalesati(bool bpal) {
- _inter.SetPalesati(bpal);
+ _inter.setPalesati(bpal);
}
bool canLoadSave();
};