Merge pull request #52 from Sanaki/patch-1

Fix state loading
This commit is contained in:
Autechre 2020-11-17 07:53:49 +01:00 committed by GitHub
commit f54134087d
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;