Prevent usage of uninitialized variable in _client_sdfx()

This commit is contained in:
RElesgoe 2016-08-23 20:53:03 -07:00
parent 39ef8d5791
commit 3fe54ca634

View file

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