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:
@@ -265,7 +265,7 @@ public:
|
||||
CHeroClassHandler classes;
|
||||
|
||||
//default costs of going through terrains. -1 means terrain is impassable
|
||||
std::map<TTerrain, int> terrCosts;
|
||||
std::map<TTerrainId, int> terrCosts;
|
||||
|
||||
struct SBallisticsLevelInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user