Cleaned up surface loading

This commit is contained in:
jaburns
2020-10-17 12:31:21 -06:00
parent 3256cc50c1
commit 735d227928
8 changed files with 176 additions and 415 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ struct SM64SurfaceObject
{
struct SM64ObjectTransform transform;
uint32_t surfaceCount;
struct SM64Surface surfaces[];
struct SM64Surface *surfaces;
};
struct SM64MarioState