From 229eb8cba53669c9b9ed42ecb20cbaa4a2f482dc Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 16 Apr 2007 08:31:00 +0000 Subject: (svn r9646) -Fix (r9645): incorrect count in error message for airport graphics --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newgrf.cpp b/src/newgrf.cpp index d22c2cae9..ae6a541e6 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -2883,7 +2883,7 @@ static void GraphicsNew(byte *buf, int len) case 0x10: // New airport sprites if (num != 15) { - grfmsg(1, "GraphicsNew: Airport graphics sprite count must be 8, skipping"); + grfmsg(1, "GraphicsNew: Airport graphics sprite count must be 15, skipping"); return; } replace = SPR_AIRPORTX_BASE; -- cgit v1.2.3-70-g09d2