1
0
Fork 0

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

release/0.7
smatz 2008-05-05 22:22:12 +00:00
parent c9cf1d4cee
commit 71800aa7c6
1 changed files with 1 additions and 0 deletions

View File

@ -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);