Fix state loading

Restores an offset increment mistakenly removed in e7ff65aa3a.
This commit is contained in:
Sanaki 2020-11-17 01:57:20 +00:00 committed by GitHub
parent 95f2094b91
commit b98c96e4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,6 +193,7 @@ bool prosystem_Load(const char *buffer)
return false;
}
offset += 16;
buffer[offset++];
for(index = 0; index < 4; index++);
offset += 4;