summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-02-21 23:18:08 +0000
committermaedhros <maedhros@openttd.org>2007-02-21 23:18:08 +0000
commit8b6d07cb8583a9bf7bef176da942bd469ea88485 (patch)
treed603c0685ec921601a4cde5803bfbc4c046c69a3 /src/gfxinit.cpp
parenta2ecc3cc645b61e2ca2087c8b92995bd9bf51c30 (diff)
downloadopenttd-8b6d07cb8583a9bf7bef176da942bd469ea88485.tar.xz
(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.
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 8efb62e4f..fbf7f4b89 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -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
};