aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Ad/AdNodeState.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Ad/AdNodeState.h')
-rw-r--r--engines/wintermute/Ad/AdNodeState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Ad/AdNodeState.h b/engines/wintermute/Ad/AdNodeState.h
index fcd1f1402b..186f2ebbb2 100644
--- a/engines/wintermute/Ad/AdNodeState.h
+++ b/engines/wintermute/Ad/AdNodeState.h
@@ -35,7 +35,7 @@ class CAdEntity;
class CAdNodeState : public CBBase {
public:
- ERRORCODE transferEntity(CAdEntity *entity, bool includingSprites, bool saving);
+ bool transferEntity(CAdEntity *entity, bool includingSprites, bool saving);
void setName(const char *name);
void setFilename(const char *filename);
void setCursor(const char *filename);