aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/lines.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/lines.h')
-rw-r--r--engines/hopkins/lines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/lines.h b/engines/hopkins/lines.h
index 2eeafdac09..27229aa105 100644
--- a/engines/hopkins/lines.h
+++ b/engines/hopkins/lines.h
@@ -115,7 +115,6 @@ private:
Directions _smoothMoveDirection;
LigneZoneItem _zoneLine[MAX_LINES+1];
SegmentItem _segment[101];
- SquareZoneItem _squareZone[101];
int _currentSegmentId;
int _maxLineIdx;
int _lastLine;
@@ -168,6 +167,7 @@ public:
int _bobZone[105];
bool _bobZoneFl[105];
ZoneItem _zone[106];
+ SquareZoneItem _squareZone[101];
LinesManager(HopkinsEngine *vm);
~LinesManager();