forked from mirror/OpenTTD
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
This commit is contained in:
@@ -76,7 +76,7 @@ void InitializeSpriteGroupPool()
|
||||
_spritegroup_count = 0;
|
||||
}
|
||||
|
||||
TemporaryStorageArray<uint, 0x110> _temp_store;
|
||||
TemporaryStorageArray<uint32, 0x110> _temp_store;
|
||||
|
||||
|
||||
static inline uint32 GetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available)
|
||||
|
Reference in New Issue
Block a user