mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Merge pull request #607 from duncanspumpkin/fix_543_p
Possible fix to #543
This commit is contained in:
@@ -477,7 +477,7 @@ int object_get_length(rct_object_entry *entry)
|
||||
|
||||
rct_object_entry *object_get_next(rct_object_entry *entry)
|
||||
{
|
||||
char *pos = (char*)entry;
|
||||
uint8 *pos = (char*)entry;
|
||||
|
||||
// Skip sizeof(rct_object_entry)
|
||||
pos += 16;
|
||||
|
||||
Reference in New Issue
Block a user