diff options
author | Filippos Karapetis | 2016-08-25 17:01:37 +0300 |
---|---|---|
committer | Filippos Karapetis | 2016-08-25 17:02:22 +0300 |
commit | b3e24c25184e5594e461f452c23a0d173f1168e8 (patch) | |
tree | 6f3b21f6e27403351e5e15c19b2ed125bf2043ae /engines/sci | |
parent | 25515c690e7fb10926a33b6c45a32794ca9239af (diff) | |
download | scummvm-rg350-b3e24c25184e5594e461f452c23a0d173f1168e8.tar.gz scummvm-rg350-b3e24c25184e5594e461f452c23a0d173f1168e8.tar.bz2 scummvm-rg350-b3e24c25184e5594e461f452c23a0d173f1168e8.zip |
SCI32: Remove the warning about already opened robot files
This happens all the time in Phantasmagoria, with no ill side-effects
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/video/robot_decoder.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |