Prevented possible use of unitialized variable in _client_shrt()

This commit is contained in:
RElesgoe 2016-08-23 23:47:01 -07:00
parent 4c056aab0f
commit 131bb8dd04

View file

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