(svn r12962) -Fix (r12961): forgot one break

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 16 years ago
parent c9cf1d4cee
commit 71800aa7c6

@ -1479,6 +1479,7 @@ static bool LoadTTDPatchExtraChunks(LoadgameState *ls, int num)
GB(_ttdp_version, 24, 8), GB(_ttdp_version, 20, 4), GB(_ttdp_version, 16, 4), GB(_ttdp_version, 0, 16));
len -= 4;
while (len-- != 0) ReadByte(ls); // skip the configuration
break;
default:
DEBUG(oldloader, 4, "Skipping unknown extra chunk %X", id);

Loading…
Cancel
Save