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 6b628dfcb..1ff800186 100644
--- a/src/resources/horseinfo.h
+++ b/src/resources/horseinfo.h
@@ -48,8 +48,8 @@ struct HorseInfo final
A_DELETE_COPY(HorseInfo)
- std::vector<SpriteReference*> downSprites;
- std::vector<SpriteReference*> upSprites;
+ STD_VECTOR<SpriteReference*> downSprites;
+ STD_VECTOR<SpriteReference*> upSprites;
HorseOffset offsets[10]; // by direction
};