1
0
Fork 0

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

pull/8287/head
SamuXarick 2020-05-04 20:12:38 +01:00 committed by Charles Pigott
parent 2faa89a98e
commit 37187df7ef
1 changed files with 1 additions and 1 deletions

View File

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