(svn r24821) -Add: When using a non-release version of OpenTTD and the basegraphics are missing some sprites, also suggest to use a non-release version of the basegraphics.

This commit is contained in:
frosch
2012-12-14 20:38:02 +00:00
parent 7ec5395832
commit d7e9c8efed
2 changed files with 2 additions and 1 deletions

View File

@@ -5595,7 +5595,7 @@ void CheckForMissingSprites()
}
if (missing) {
ShowErrorMessage(STR_NEWGRF_ERROR_MISSING_SPRITES, INVALID_STRING_ID, WL_CRITICAL);
ShowErrorMessage(IsReleasedVersion() ? STR_NEWGRF_ERROR_MISSING_SPRITES : STR_NEWGRF_ERROR_MISSING_SPRITES_UNSTABLE, INVALID_STRING_ID, WL_CRITICAL);
}
}