Prevent possible use of uninitialized variable in _client_crat()
This commit is contained in:
parent
131bb8dd04
commit
9783e19537
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ namespace pvpgn
|
|||
break;
|
||||
default:
|
||||
WARN1("got unknown gameres type {} for CRAT", static_cast<int>(type));
|
||||
break;
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (crates)
|
||||
|
|
Loading…
Reference in a new issue