AGS: Correct spelling mistake

accomodate -> accommodate
This commit is contained in:
Hubert Maier 2022-10-27 11:19:20 +02:00 committed by Eugene Sandulenko
parent a316869e7c
commit 912adcf19b
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -744,7 +744,7 @@ HSaveError ReadDynamicSprites(Stream *in, int32_t /*cmp_ver*/, const PreservedPa
HSaveError err;
const int spr_count = in->ReadInt32();
// ensure the sprite set is at least large enough
// to accomodate top dynamic sprite index
// to accommodate top dynamic sprite index
const int top_index = in->ReadInt32();
_GP(spriteset).EnlargeTo(top_index);
for (int i = 0; i < spr_count; ++i) {