From b3e24c25184e5594e461f452c23a0d173f1168e8 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 25 Aug 2016 17:01:37 +0300 Subject: SCI32: Remove the warning about already opened robot files This happens all the time in Phantasmagoria, with no ill side-effects --- engines/sci/video/robot_decoder.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/video/robot_decoder.cpp b/engines/sci/video/robot_decoder.cpp index f3354f9e44..1757088ea4 100644 --- a/engines/sci/video/robot_decoder.cpp +++ b/engines/sci/video/robot_decoder.cpp @@ -533,7 +533,6 @@ void RobotDecoder::initRecordAndCuePositions() { void RobotDecoder::open(const GuiResourceId robotId, const reg_t plane, const int16 priority, const int16 x, const int16 y, const int16 scale) { if (_status != kRobotStatusUninitialized) { - warning("Last robot was not closed"); close(); } -- cgit v1.2.3