diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-15 22:46:57 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-15 22:46:57 -0500 |
commit | 4a8e3bab52041db92648a2c8773b0952bdf39703 (patch) | |
tree | 29ff4635019a7caac4b96a438125e72e982cff38 /src/fakeStarCoin.cpp | |
parent | d287567cb54f4ba68633e3580e5e39a38a533604 (diff) | |
download | kamek-4a8e3bab52041db92648a2c8773b0952bdf39703.tar.gz kamek-4a8e3bab52041db92648a2c8773b0952bdf39703.zip |
Ramboo broken-like, pushing so someone can get me the linker error
Diffstat (limited to '')
-rw-r--r-- | src/fakeStarCoin.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fakeStarCoin.cpp b/src/fakeStarCoin.cpp index 07d37f7..fb0df72 100644 --- a/src/fakeStarCoin.cpp +++ b/src/fakeStarCoin.cpp @@ -55,7 +55,7 @@ int daFakeStarCoin::onCreate() { nw4r::g3d::ResFile rf(getResource("star_coin", "g3d/star_coin.brres")); bodyModel.setup(rf.GetResMdl("star_coinA"), &allocator, 0x224, 1, 0); - SetupTextures_Enemy(&bodyModel, 0); + SetupTextures_Map(&bodyModel, 0); allocator.unlink(); @@ -79,7 +79,8 @@ int daFakeStarCoin::onCreate() { this->scale.z = 1.0; this->pos.x -= 120.0; - + this->pos.z = 3300.0; + this->onExecute(); return true; } |