1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Define each identifier in a dedicated statement

This commit is contained in:
Alexander Wilms
2024-01-09 22:38:54 +00:00
parent d6ab285752
commit f3277b7953
76 changed files with 296 additions and 139 deletions
+3 -1
View File
@@ -37,7 +37,9 @@ void engineBase::addRule(const std::string & txt)
struct armyStructure
{
float walkers, shooters, flyers;
float walkers;
float shooters;
float flyers;
ui32 maxSpeed;
};