Send town zone radii to network clients in new TNNC chunk

This commit is contained in:
Jonathan G Rennison
2023-03-11 17:51:02 +00:00
parent ae99f667b0
commit f44d455adc
5 changed files with 59 additions and 3 deletions

View File

@@ -3437,8 +3437,10 @@ static SaveOrLoadResult DoLoad(LoadFilter *reader, bool load_check)
SlXvResetState();
SlResetVENC();
SlResetTNNC();
auto guard = scope_guard([&]() {
SlResetVENC();
SlResetTNNC();
});
uint32 hdr[2];