aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/phonograph.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-16 23:37:27 -0500
committerPaul Gilbert2017-02-16 23:37:27 -0500
commit46076c0ac5cbc132ddc57c15469d3b9cee56fd56 (patch)
treea0be56f9f900a47c921f7c0a32f84ac7df80be0f /engines/titanic/game/phonograph.h
parentcb9ebfcb1c1e96194d6e9389b61b7cb802f0b7a6 (diff)
downloadscummvm-rg350-46076c0ac5cbc132ddc57c15469d3b9cee56fd56.tar.gz
scummvm-rg350-46076c0ac5cbc132ddc57c15469d3b9cee56fd56.tar.bz2
scummvm-rg350-46076c0ac5cbc132ddc57c15469d3b9cee56fd56.zip
TITANIC: Fix operation of Phonograph play button
Diffstat (limited to 'engines/titanic/game/phonograph.h')
-rw-r--r--engines/titanic/game/phonograph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/game/phonograph.h b/engines/titanic/game/phonograph.h
index 4cce6ecefd..6630a18f27 100644
--- a/engines/titanic/game/phonograph.h
+++ b/engines/titanic/game/phonograph.h
@@ -41,9 +41,9 @@ protected:
bool _isPlaying;
bool _isRecording;
bool _isDisabled;
- int _fieldEC;
- int _fieldF0;
- int _fieldF4;
+ int _playUnpressedFrame;
+ int _playPressedFrame;
+ int _unused5;
public:
CLASSDEF;
CPhonograph();