summaryrefslogtreecommitdiff
path: root/src/resources/horseinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/horseinfo.h')
-rw-r--r--src/resources/horseinfo.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/resources/horseinfo.h b/src/resources/horseinfo.h
index c9d75f808..4ff1dfb09 100644
--- a/src/resources/horseinfo.h
+++ b/src/resources/horseinfo.h
@@ -34,7 +34,9 @@ struct HorseInfo final
downOffsetX(0),
downOffsetY(0),
upOffsetX(0),
- upOffsetY(0)
+ upOffsetY(0),
+ riderOffsetX(0),
+ riderOffsetY(0)
{ }
A_DELETE_COPY(HorseInfo)
@@ -45,6 +47,8 @@ struct HorseInfo final
int downOffsetY;
int upOffsetX;
int upOffsetY;
+ int riderOffsetX;
+ int riderOffsetY;
};
#endif // RESOURCES_HORSEINFO_H