Fix c01a2e2: crash on loading old savegames with invalid animated tile information

This commit is contained in:
SamuXarick 2020-05-04 20:12:38 +01:00 committed by Yexo
parent c01803cd42
commit 8edbb42fe8

View File

@ -2203,7 +2203,7 @@ bool AfterLoadGame()
} }
if (remove) { if (remove) {
DeleteAnimatedTile(*tile); tile = _animated_tiles.erase(tile);
} else { } else {
tile++; tile++;
} }