aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/callables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/callables.cpp')
-rw-r--r--engines/parallaction/callables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp
index 33bb09c382..20d7a4af20 100644
--- a/engines/parallaction/callables.cpp
+++ b/engines/parallaction/callables.cpp
@@ -187,7 +187,7 @@ void _c_zeroFoglie(void *parm) {
}
void _c_trasformata(void *parm) {
- _engineFlags ^= kEngineMiniDonna;
+ _engineFlags ^= kEngineTransformedDonna;
return;
}