Prevented possible use of unitialized variable in _client_shrt()
This commit is contained in:
parent
4c056aab0f
commit
131bb8dd04
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ namespace pvpgn
|
|||
break;
|
||||
default:
|
||||
WARN1("got unknown gameres type {} for SHRT", static_cast<int>(type));
|
||||
break;
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (shortgame)
|
||||
|
|
Loading…
Reference in a new issue