diff options
author | Paul Gilbert | 2016-03-25 00:01:15 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-03-25 00:01:15 -0400 |
commit | 73204984098c96ecc28a1367a5da9613e7103a35 (patch) | |
tree | 0ab93c76c03eaedc10e94eed67dbbc1d38addf58 /engines/titanic/game | |
parent | 0b37ac18693c7f51212f250b8a9990071a1dda2b (diff) | |
download | scummvm-rg350-73204984098c96ecc28a1367a5da9613e7103a35.tar.gz scummvm-rg350-73204984098c96ecc28a1367a5da9613e7103a35.tar.bz2 scummvm-rg350-73204984098c96ecc28a1367a5da9613e7103a35.zip |
TITANIC: Implementing more CTelevision code, CGameState movie list
Diffstat (limited to 'engines/titanic/game')
-rw-r--r-- | engines/titanic/game/television.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/television.cpp b/engines/titanic/game/television.cpp index cb59647cc1..8149b8d017 100644 --- a/engines/titanic/game/television.cpp +++ b/engines/titanic/game/television.cpp @@ -164,7 +164,7 @@ bool CTelevision::handleMessage(CPETDownMsg &msg) { bool CTelevision::handleMessage(CStatusChangeMsg &msg) { if (_isOn) { stopMovie(); - // TODO: + changeStatus(1); } warning("TODO"); |