1
0
Fork 0

(svn r9646) -Fix (r9645): incorrect count in error message for airport graphics

release/0.6
peter1138 2007-04-16 08:31:00 +00:00
parent 15e112c290
commit 229eb8cba5
1 changed files with 1 additions and 1 deletions

View File

@ -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;