From 8e91fec48bf34527d20031a7f24e40e310aab7a2 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Fri, 12 Apr 2013 14:06:18 -0500 Subject: Typo fix --- src/makeYourOwnModelSprite.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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); -- cgit v1.2.3