mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 11:23:21 +00:00
A line was missed when preparing PR #9988, as this had been added in a commit prior to the one which the PR was immediately based on
This commit is contained in:
parent
f3fd9b5895
commit
73e5c57e6b
@ -592,6 +592,7 @@ void ReadGRFSpriteOffsets(SpriteFile &file)
|
||||
}
|
||||
file.SkipBytes(length);
|
||||
}
|
||||
if (prev_id != 0) _grf_sprite_offsets[prev_id] = offset;
|
||||
|
||||
/* Continue processing the data section. */
|
||||
file.SeekTo(old_pos, SEEK_SET);
|
||||
|
Loading…
Reference in New Issue
Block a user