aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gfx.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-06 15:58:05 +0300
committerEugene Sandulenko2013-09-06 15:58:05 +0300
commitaf91d2a5ce61f395b207854e589ae917c623818f (patch)
tree762f7cd9dee3907e5c7609760c1b6482d94f153d /engines/fullpipe/gfx.cpp
parentc55862a378f3c8d76fcfafaad1c2e993e663da46 (diff)
downloadscummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.tar.gz
scummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.tar.bz2
scummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.zip
FULLPIPE: Whitespace fix
Diffstat (limited to 'engines/fullpipe/gfx.cpp')
-rw-r--r--engines/fullpipe/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 5f77f76310..c46bdfab55 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -633,7 +633,7 @@ bool Picture::isPixelHitAtPos(int x, int y) {
if (x < _x || y < _y || x >= _x + _width || y >= _y + _height)
return false;
- if (!_bitmap )
+ if (!_bitmap)
init();
_bitmap->_x = _x;