1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

compatible with older sdl

This commit is contained in:
Michael
2023-08-26 22:30:02 +02:00
committed by GitHub
parent cde22b3755
commit a354a7f696
4 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ class MapView : public BasicMapView
{
std::shared_ptr<MapViewActions> actions;
std::map<uint64_t, Point> swipeHistory;
std::map<uint32_t, Point> swipeHistory;
double postSwipeAngle;
double postSwipeSpeed;