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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/lines.h b/engines/hopkins/lines.h
index 70fd5086bc..922a76d035 100644
--- a/engines/hopkins/lines.h
+++ b/engines/hopkins/lines.h
@@ -43,8 +43,8 @@ struct RouteItem;
struct LigneItem {
int _lineDataEndIdx;
Directions _direction;
- Directions field6;
- Directions field8;
+ Directions _directionRouteInc;
+ Directions _directionRouteDec;
int16 *_lineData;
int appendToRouteInc(int from, int to, RouteItem *route, int index);