diff options
| author | Colin Noga <Tempus@chronometry.ca> | 2013-05-13 09:57:02 -0500 | 
|---|---|---|
| committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-13 09:57:02 -0500 | 
| commit | c2b92e563229d633fefcabb4544b3bf73dc40db0 (patch) | |
| tree | ab58f26923e7e527645edddde2266b6c65147711 /src/makeYourOwnModelSprite.cpp | |
| parent | 5c519288c928f4136b973613733e70b829dda480 (diff) | |
| download | kamek-c2b92e563229d633fefcabb4544b3bf73dc40db0.tar.gz kamek-c2b92e563229d633fefcabb4544b3bf73dc40db0.zip | |
Fixes to world map messages, roll your own model, shy guy giant and topman speeds
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..978e830 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(); | 
