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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/horseinfo.h b/src/resources/horseinfo.h
index 8a96902d8..11cca4c8f 100644
--- a/src/resources/horseinfo.h
+++ b/src/resources/horseinfo.h
@@ -24,13 +24,13 @@
#include "resources/spritereference.h"
-#include <vector>
-
#include "localconsts.h"
struct HorseInfo final
{
HorseInfo() :
+ downSprites(),
+ upSprites(),
downOffsetX(0),
downOffsetY(0),
upOffsetX(0),