Prevent usage of uninitialized variable in _client_sdfx()
This commit is contained in:
parent
39ef8d5791
commit
3fe54ca634
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ namespace pvpgn
|
|||
break;
|
||||
default:
|
||||
WARN1("got unknown gameres type {} for SDFX", static_cast<int>(type));
|
||||
break;
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (sdfx)
|
||||
|
|
Loading…
Reference in a new issue