(svn r9646) -Fix (r9645): incorrect count in error message for airport graphics
authorpeter1138
Mon, 16 Apr 2007 08:31:00 +0000
changeset 6470 bd3a843a560b
parent 6469 74a3ed883324
child 6471 91a11d496369
(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;