aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/television.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-25 00:01:15 -0400
committerPaul Gilbert2016-03-25 00:01:15 -0400
commit73204984098c96ecc28a1367a5da9613e7103a35 (patch)
tree0ab93c76c03eaedc10e94eed67dbbc1d38addf58 /engines/titanic/game/television.cpp
parent0b37ac18693c7f51212f250b8a9990071a1dda2b (diff)
downloadscummvm-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/television.cpp')
-rw-r--r--engines/titanic/game/television.cpp2
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");