(svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback.

This commit is contained in:
maedhros 2008-03-21 11:10:36 +00:00
parent 55dcd4f94d
commit 9dffdaca0d

View File

@ -87,6 +87,7 @@ static inline bool Is8BitCallback(const ResolverObject *object)
switch (object->callback) {
/* All these functions are 15 bit callbacks */
case CBID_STATION_SPRITE_LAYOUT:
case CBID_VEHICLE_REFIT_CAPACITY:
case CBID_HOUSE_COLOUR:
case CBID_HOUSE_CARGO_ACCEPTANCE: