1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 02:12:37 +01:00

(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui

window. GRFs with an error have a warning symbol shown before the name.
This commit is contained in:
maedhros
2007-02-21 23:18:08 +00:00
parent fd4a0dafc2
commit f2d63dcecf
9 changed files with 25 additions and 4 deletions

View File

@@ -333,6 +333,7 @@ static const SpriteID _openttd_grf_indexes[] = {
377, 377, // · small
153, 153, // · medium
601, 601, // · large
SPR_WARNING_SIGN, SPR_WARNING_SIGN,
END
};