aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BTransitionMgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/BTransitionMgr.h')
-rw-r--r--engines/wintermute/Base/BTransitionMgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Base/BTransitionMgr.h b/engines/wintermute/Base/BTransitionMgr.h
index 5999ac3391..8219afeb46 100644
--- a/engines/wintermute/Base/BTransitionMgr.h
+++ b/engines/wintermute/Base/BTransitionMgr.h
@@ -39,8 +39,8 @@ public:
uint32 _lastTime;
bool _origInteractive;
bool _preserveInteractive;
- ERRORCODE update();
- ERRORCODE start(TTransitionType type, bool nonInteractive = false);
+ bool update();
+ bool start(TTransitionType type, bool nonInteractive = false);
bool isReady();
TTransMgrState _state;
CBTransitionMgr(CBGame *inGame);