diff options
Diffstat (limited to '')
| -rw-r--r-- | src/makeYourOwnModelSprite.cpp | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/src/makeYourOwnModelSprite.cpp b/src/makeYourOwnModelSprite.cpp index 82718c7..6206009 100644 --- a/src/makeYourOwnModelSprite.cpp +++ b/src/makeYourOwnModelSprite.cpp @@ -558,6 +558,16 @@ int dMakeYourOwn::onCreate() {  				setupAnim("anim", 1.0);   			break;	 + +		case 49:		// Chestnut Canopy + +			setupModel("chestnut", "g3d/canopy_3.brres", "canopy_3");  +			SetupTextures_MapObj(&bodyModel, 0); +			this->pos.z = 0.0; + +			// setupAnim("anim38", 1.0);  +			break;	 +		  	}  	allocator.unlink();  | 
