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

change data structure

This commit is contained in:
Laserlicht
2024-07-24 01:34:29 +02:00
parent fa7153b577
commit 268e0c8c44
5 changed files with 35 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ struct DLL_LINKAGE PlayerSettings
EHandicap handicapLegacy;//0-no, 1-mild, 2-severe
struct Handicap {
TResources startBonus;
TResources percentIncome;
int percentIncome;
} handicap;
std::string name;