fix uninitialized var

This commit is contained in:
Laserlicht
2024-07-29 23:05:55 +02:00
parent 3e5df61946
commit 48173ebfbf
+1 -1
View File
@@ -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;