aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Ad/AdSentence.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Ad/AdSentence.h')
-rw-r--r--engines/wintermute/Ad/AdSentence.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/Ad/AdSentence.h b/engines/wintermute/Ad/AdSentence.h
index 86a3c57c99..22a6cae39d 100644
--- a/engines/wintermute/Ad/AdSentence.h
+++ b/engines/wintermute/Ad/AdSentence.h
@@ -47,15 +47,15 @@ public:
bool _fixedPos;
CBSprite *_currentSprite;
char *_currentSkelAnim;
- ERRORCODE update(TDirection dir = DI_DOWN);
- ERRORCODE setupTalkFile(const char *soundFilename);
+ bool update(TDirection dir = DI_DOWN);
+ bool setupTalkFile(const char *soundFilename);
DECLARE_PERSISTENT(CAdSentence, CBBase)
- ERRORCODE finish();
+ bool finish();
void setSound(CBSound *Sound);
bool _soundStarted;
CBSound *_sound;
TTextAlign _align;
- ERRORCODE display();
+ bool display();
int _width;
Point32 _pos;
CBFont *_font;