Possible fix to #543

This commit is contained in:
Duncan Frost 2014-11-30 18:42:51 +00:00
parent 31ebf03c30
commit 743e27040f
1 changed files with 1 additions and 1 deletions

View File

@ -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;