aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/map.h')
-rw-r--r--engines/gob/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/map.h b/engines/gob/map.h
index ac9f0d48a8..8a94de8da9 100644
--- a/engines/gob/map.h
+++ b/engines/gob/map.h
@@ -133,7 +133,7 @@ public:
return _passMap[y * _mapWidth + x];
}
-
+
virtual void setPass(int x, int y, int8 pass, int heightOff = -1) {
if (!_passMap)
return;
@@ -167,7 +167,7 @@ public:
heightOff = _passWidth;
return _passMap[y * heightOff + x];
}
-
+
virtual void setPass(int x, int y, int8 pass, int heightOff = -1) {
if (!_passMap)
return;