aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorStrangerke2013-11-23 10:26:45 +0100
committerStrangerke2013-11-23 10:26:45 +0100
commit8f557cd4fe06c6fcb159e62d9fb99423f604704e (patch)
tree48abe1f486303d0a91650f444ccca7286ae94f9e /engines/hopkins/graphics.cpp
parentf05afb9bff48e35952971998f64b6a42ba5bbd70 (diff)
downloadscummvm-rg350-8f557cd4fe06c6fcb159e62d9fb99423f604704e.tar.gz
scummvm-rg350-8f557cd4fe06c6fcb159e62d9fb99423f604704e.tar.bz2
scummvm-rg350-8f557cd4fe06c6fcb159e62d9fb99423f604704e.zip
HOPKINS: Janitorial - Fix spacing errors
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index de9f043763..05b8296b86 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -1359,7 +1359,7 @@ void GraphicsManager::drawCompressedSprite(byte *surface, const byte *srcData, i
_posYClipped = 0;
_clipX1 = 0;
_clipY1 = 0;
- if ((xp300 <= _minX) || (yp300 <= _minY) || (xp300 >= _maxX + 300) || (yp300 >= _maxY + 300))
+ if ((xp300 <= _minX) || (yp300 <= _minY) || (xp300 >= _maxX + 300) || (yp300 >= _maxY + 300))
return;
// Clipped values are greater or equal to zero, thanks to the previous test