Changeset - r8714:4ab60efb3dff
[Not reviewed]
master
0 1 0
maedhros - 16 years ago 2008-03-21 11:10:36
maedhros@openttd.org
(svn r12388) -Fix (r12352): Callback 14 (station sprite layout) is a 15-bit callback.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_spritegroup.cpp
Show inline comments
 
@@ -87,6 +87,7 @@ static inline bool Is8BitCallback(const 
 

	
 
	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:
0 comments (0 inline, 0 general)