aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen_item32.cpp
diff options
context:
space:
mode:
authorColin Snover2017-09-10 22:01:33 -0500
committerColin Snover2017-09-10 22:17:17 -0500
commit200c8c442b21f20ac36636db58a12321c1479025 (patch)
treee6c04324a262ba58a6ce51e3e57c3c7534d04021 /engines/sci/graphics/screen_item32.cpp
parent6e2f18c498b6d40d8184dfe05993ac6d0ba99326 (diff)
downloadscummvm-rg350-200c8c442b21f20ac36636db58a12321c1479025.tar.gz
scummvm-rg350-200c8c442b21f20ac36636db58a12321c1479025.tar.bz2
scummvm-rg350-200c8c442b21f20ac36636db58a12321c1479025.zip
SCI: Remove dead code
Diffstat (limited to 'engines/sci/graphics/screen_item32.cpp')
-rw-r--r--engines/sci/graphics/screen_item32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/screen_item32.cpp b/engines/sci/graphics/screen_item32.cpp
index cac643edf9..8e4f713eb6 100644
--- a/engines/sci/graphics/screen_item32.cpp
+++ b/engines/sci/graphics/screen_item32.cpp
@@ -361,7 +361,7 @@ void ScreenItem::calcRects(const Plane &plane) {
const Ratio scriptToScreenX = Ratio(screenWidth, scriptWidth);
const Ratio scriptToScreenY = Ratio(screenHeight, scriptHeight);
- if (/* TODO: dword_C6288 */ false && _celInfo.type == kCelTypePic) {
+ if (/* TODO: dword_C6288 */ (false) && _celInfo.type == kCelTypePic) {
_scaledPosition.x = _position.x;
_scaledPosition.y = _position.y;
} else {