aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cdrom_tray.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-28 22:25:15 -0400
committerPaul Gilbert2016-03-28 22:25:15 -0400
commit471737a41a4f75a65ed0f7e49f6b30e361232bae (patch)
tree8d5642719aa2d4cf37ffc761052bc0dfe0c674b8 /engines/titanic/game/cdrom_tray.h
parent73204984098c96ecc28a1367a5da9613e7103a35 (diff)
downloadscummvm-rg350-471737a41a4f75a65ed0f7e49f6b30e361232bae.tar.gz
scummvm-rg350-471737a41a4f75a65ed0f7e49f6b30e361232bae.tar.bz2
scummvm-rg350-471737a41a4f75a65ed0f7e49f6b30e361232bae.zip
TITANIC: Implemented CCDROM and various support stuff
Diffstat (limited to 'engines/titanic/game/cdrom_tray.h')
-rw-r--r--engines/titanic/game/cdrom_tray.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/cdrom_tray.h b/engines/titanic/game/cdrom_tray.h
index 85d26c5a1d..b5c4b375fe 100644
--- a/engines/titanic/game/cdrom_tray.h
+++ b/engines/titanic/game/cdrom_tray.h
@@ -28,8 +28,8 @@
namespace Titanic {
class CCDROMTray : public CGameObject {
-private:
- int _fieldBC;
+public:
+ int _state;
CString _string1;
public:
CLASSDEF