aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 148b44874d..ebaab0d4e7 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -190,7 +190,7 @@ public:
void setDelay(int numFrames);
};
-class Action2: public Action {
+class ActionExt: public Action {
public:
int _state;
};