(svn r20402) -Codechange: rename the airport/station class id to something slightly more generic

This commit is contained in:
rubidium
2010-08-07 21:10:57 +00:00
parent da8c058b89
commit 8f1d0358bd
7 changed files with 13 additions and 13 deletions

View File

@@ -175,7 +175,7 @@
if (spec == NULL) {
DEBUG(grf, 1, "%s returned an invalid station ID for 'AI construction/purchase selection (18)' callback", file->filename);
} else {
p2 |= spec->sclass | index << 8;
p2 |= spec->cls_id | index << 8;
}
}