Prevented use of uninitialized variable in _client_flag()
This commit is contained in:
parent
a521a8bb4f
commit
e05b18269e
1 changed files with 1 additions and 1 deletions
|
@ -1478,7 +1478,7 @@ namespace pvpgn
|
|||
break;
|
||||
default:
|
||||
WARN1("got unknown gameres type {} for FLAG", static_cast<int>(type));
|
||||
break;
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (captureflag)
|
||||
|
|
Loading…
Reference in a new issue