diff options
Diffstat (limited to '')
-rw-r--r-- | src/makeYourOwnModelSprite.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/makeYourOwnModelSprite.cpp b/src/makeYourOwnModelSprite.cpp index 36ea1db..c424c7f 100644 --- a/src/makeYourOwnModelSprite.cpp +++ b/src/makeYourOwnModelSprite.cpp @@ -86,9 +86,7 @@ int dMakeYourOwn::onCreate() { 2000.0, 3600.0, 4000.0, 4500.0, 6000.0, 6500.0, 7000.0, 7500.0 }; - currentInfo = &types[Type]; - - this->zOrder = &zLevels[(this->settings >> 16) & 0xF] + this->zOrder = zLevels[(this->settings >> 16) & 0xF]; // Setup the models inside an allocator allocator.link(-1, GameHeaps[0], 0, 0x20); |