aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/route.h')
-rw-r--r--engines/hugo/route.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/route.h b/engines/hugo/route.h
index a95dd2151b..b20ac771d7 100644
--- a/engines/hugo/route.h
+++ b/engines/hugo/route.h
@@ -43,8 +43,8 @@ struct Point {
};
struct segment_t { // Search segment
- int16 y; // y position
- int16 x1, x2; // Range of segment
+ int16 _y; // y position
+ int16 _x1, _x2; // Range of segment
};
class Route {