Merge pull request #607 from duncanspumpkin/fix_543_p

Possible fix to #543
This commit is contained in:
Ted John 2014-11-30 19:29:13 +00:00
commit 30e2235b5e
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;