(svn r4697) - NewGRF: callback IDs can now be 16 bit values.

This commit is contained in:
peter1138
2006-05-02 20:44:06 +00:00
parent d7d5789278
commit 9bb42c1199
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ void InitializeSpriteGroupPool(void);
typedef struct ResolverObject {
byte callback;
uint16 callback;
uint32 callback_param1;
uint32 callback_param2;