Fix shifting of banner positions

This commit is contained in:
Ted John 2023-06-27 00:04:22 +01:00 committed by Gymnasiast
parent 58292caf22
commit e887662d15
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 0 deletions

View File

@ -2406,5 +2406,6 @@ void ShiftMap(const TileCoordsXY& amount)
banner->position += amount;
count++;
}
id = BannerIndex::FromUnderlying(id.ToUnderlying() + 1);
}
}