diff --git a/lsteamclient/unix_steam_networking_manual.cpp b/lsteamclient/unix_steam_networking_manual.cpp index f81a2f35..b8d4fd84 100644 --- a/lsteamclient/unix_steam_networking_manual.cpp +++ b/lsteamclient/unix_steam_networking_manual.cpp @@ -348,7 +348,8 @@ NTSTATUS ISteamNetworkingUtils_SteamNetworkingUtils003_SetConfigValue( void *arg params->_ret = iface->SetConfigValue( params->eValue, params->eScopeType, \ params->scopeObj, params->eDataType, &u_fn ); \ if (params->_ret) w_##y = *(decltype(w_##y) *)params->pArg; \ - } + } \ + break; case 201 /*ConnectionStatusChanged*/: CASE( SteamNetConnectionStatusChanged ) case 202 /*AuthStatusChanged*/: CASE( SteamNetAuthenticationStatusChanged ) @@ -571,7 +572,8 @@ NTSTATUS ISteamNetworkingUtils_SteamNetworkingUtils004_SetConfigValue( void *arg params->_ret = iface->SetConfigValue( params->eValue, params->eScopeType, \ params->scopeObj, params->eDataType, &u_fn ); \ if (params->_ret) w_##y = *(decltype(w_##y) *)params->pArg; \ - } + } \ + break; case 201 /*ConnectionStatusChanged*/: CASE( SteamNetConnectionStatusChanged_153a ) case 202 /*AuthStatusChanged*/: CASE( SteamNetAuthenticationStatusChanged )