mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-19 21:10:12 +02:00
fix uninitialized var
This commit is contained in:
parent
3e5df61946
commit
48173ebfbf
@ -112,7 +112,7 @@ struct DLL_LINKAGE PlayerSettings
|
||||
else
|
||||
{
|
||||
enum EHandicap {NO_HANDICAP, MILD, SEVERE};
|
||||
EHandicap handicapLegacy;
|
||||
EHandicap handicapLegacy = NO_HANDICAP;
|
||||
h & handicapLegacy;
|
||||
}
|
||||
h & name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user