1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

A variety of suggested style tweaks

This commit is contained in:
Tomasz Zieliński
2022-09-25 09:33:56 +02:00
parent fd63cb6109
commit 4ea57ea7fc
66 changed files with 155 additions and 156 deletions

View File

@@ -1230,9 +1230,9 @@ typedef si64 TExpType;
typedef std::pair<si64, si64> TDmgRange;
typedef si32 TBonusSubtype;
typedef si32 TQuantity;
typedef si8 TTerrain;
typedef si8 TRoad;
typedef si8 TRiver;
typedef si8 TTerrainId;
typedef si8 TRoadId;
typedef si8 TRiverId;
typedef int TRmgTemplateZoneId;