aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/auto_sound_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/auto_sound_player.h')
-rw-r--r--engines/titanic/sound/auto_sound_player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/sound/auto_sound_player.h b/engines/titanic/sound/auto_sound_player.h
index 9f4d11ee06..0dfc440011 100644
--- a/engines/titanic/sound/auto_sound_player.h
+++ b/engines/titanic/sound/auto_sound_player.h
@@ -35,7 +35,7 @@ class CAutoSoundPlayer : public CGameObject {
bool SetVolumeMsg(CSetVolumeMsg *msg);
bool LoadSuccessMsg(CLoadSuccessMsg *msg);
public:
- int _fieldBC;
+ int _unused;
CString _filename;
int _volume;
int _balance;
@@ -44,7 +44,7 @@ public:
int _stopSeconds;
int _startSeconds;
bool _active;
- int _fieldE8;
+ bool _isVectorSound;
public:
CLASSDEF;
CAutoSoundPlayer();