aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/background.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-07 19:48:35 -0500
committerPaul Gilbert2016-12-07 19:48:35 -0500
commitde9e04d75fad2e0d893ba38315f0361ae58bc3e6 (patch)
treef36a3289063f0094da3a96f3bec9f0b4a0f7f1db /engines/titanic/core/background.h
parent203a239ee3dff5d7e671e65805e3e3780681466d (diff)
downloadscummvm-rg350-de9e04d75fad2e0d893ba38315f0361ae58bc3e6.tar.gz
scummvm-rg350-de9e04d75fad2e0d893ba38315f0361ae58bc3e6.tar.bz2
scummvm-rg350-de9e04d75fad2e0d893ba38315f0361ae58bc3e6.zip
TITANIC: Cleanup and fixes for CTurnOnTurnOff class
Diffstat (limited to 'engines/titanic/core/background.h')
-rw-r--r--engines/titanic/core/background.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/background.h b/engines/titanic/core/background.h
index b7f160db28..6a1e4fd103 100644
--- a/engines/titanic/core/background.h
+++ b/engines/titanic/core/background.h
@@ -38,7 +38,7 @@ protected:
int _endFrame;
CString _string1;
CString _string2;
- int _fieldDC;
+ bool _isBlocking;
public:
CLASSDEF;
CBackground();