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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user