(svn r4697) - NewGRF: callback IDs can now be 16 bit values.
This commit is contained in:
@@ -156,7 +156,7 @@ void InitializeSpriteGroupPool(void);
|
||||
|
||||
|
||||
typedef struct ResolverObject {
|
||||
byte callback;
|
||||
uint16 callback;
|
||||
uint32 callback_param1;
|
||||
uint32 callback_param2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user