mirror of https://github.com/OpenTTD/OpenTTD
(svn r12962) -Fix (r12961): forgot one break
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));
|
GB(_ttdp_version, 24, 8), GB(_ttdp_version, 20, 4), GB(_ttdp_version, 16, 4), GB(_ttdp_version, 0, 16));
|
||||||
len -= 4;
|
len -= 4;
|
||||||
while (len-- != 0) ReadByte(ls); // skip the configuration
|
while (len-- != 0) ReadByte(ls); // skip the configuration
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DEBUG(oldloader, 4, "Skipping unknown extra chunk %X", id);
|
DEBUG(oldloader, 4, "Skipping unknown extra chunk %X", id);
|
||||||
|
|
Loading…
Reference in New Issue