(svn r9646) -Fix (r9645): incorrect count in error message for airport graphics
authorpeter1138
Mon, 16 Apr 2007 08:31:00 +0000
changeset 6966 36e5b929e727
parent 6965 00e1d670295a
child 6967 d8e51011b51d
(svn r9646) -Fix (r9645): incorrect count in error message for airport graphics
src/newgrf.cpp
--- a/src/newgrf.cpp	Mon Apr 16 06:35:10 2007 +0000
+++ b/src/newgrf.cpp	Mon Apr 16 08:31:00 2007 +0000
@@ -2883,7 +2883,7 @@
 
 		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;