diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-19 12:36:15 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-19 12:36:15 -0500 |
commit | b14405c831f2e94f771f65e786d7b2b88146ca97 (patch) | |
tree | 75e4b3d9eb75db7e2b09566dc51809be571f389c /src/fakeStarCoin.cpp | |
parent | 4d5d95ec2c70578627353e40047462c82ac695c1 (diff) | |
parent | 80e51e409ca322ff22431be8a33131d2f705a8c7 (diff) | |
download | kamek-b14405c831f2e94f771f65e786d7b2b88146ca97.tar.gz kamek-b14405c831f2e94f771f65e786d7b2b88146ca97.zip |
Merge branch 'level-select' into megaTestBoss
Diffstat (limited to 'src/fakeStarCoin.cpp')
-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; } |