mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
This commit is contained in:
@@ -75,8 +75,8 @@ private:
|
||||
TFlippedAnimations riverAnimations;//[river type, rotation]
|
||||
TFlippedCache riverImages;//[river type, view type, rotation]
|
||||
|
||||
std::vector<TileObjects> tileObjects; //informations about map tiles
|
||||
std::map<const CGObjectInstance *, std::set<int3>> tilesCache; //set of tiles beloging to object
|
||||
std::vector<TileObjects> tileObjects; //information about map tiles
|
||||
std::map<const CGObjectInstance *, std::set<int3>> tilesCache; //set of tiles belonging to object
|
||||
|
||||
const CMap * map = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user