Fix linux build

This commit is contained in:
Peace-Maker
2018-01-27 17:24:02 +01:00
parent aa3018a27d
commit b365b775c9
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ SMCResult SignatureGameConfig::ReadSMC_KeyValue(const SMCStates *states, const c
}
else if (!strcmp(key, "flags"))
{
size_t flags;
size_t flags = 0;
if (strstr(value, "byval"))
flags |= PASSFLAG_BYVAL;
else if (strstr(value, "byref"))