Prevent possible use of uninitialized variable in _client_crat()

This commit is contained in:
RElesgoe 2016-08-24 00:12:20 -07:00
parent 131bb8dd04
commit 9783e19537

View file

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