Prevented use of uninitialized variable in _client_flag()

This commit is contained in:
RElesgoe 2016-08-28 02:03:47 -07:00
parent a521a8bb4f
commit e05b18269e

View file

@ -1478,7 +1478,7 @@ namespace pvpgn
break;
default:
WARN1("got unknown gameres type {} for FLAG", static_cast<int>(type));
break;
return -1;
}
if (captureflag)