diff options
| -rw-r--r-- | engines/titanic/game/cdrom_tray.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/engines/titanic/game/cdrom_tray.cpp b/engines/titanic/game/cdrom_tray.cpp index 505bdad319..d6aa32c702 100644 --- a/engines/titanic/game/cdrom_tray.cpp +++ b/engines/titanic/game/cdrom_tray.cpp @@ -95,6 +95,7 @@ bool CCDROMTray::ActMsg(CActMsg *msg) {  			playSound("a#35.wav", 50, 0, 0);  		} else if (msg->_action == "newSTCD") {  			// Starship Titanic CD dropped on CDROM Tray +			disableMouse();  			playMovie(11, 21, MOVIE_NOTIFY_OBJECT);  			playSound("a#35.wav", 50, 0, 0);  		} else { | 
