summaryrefslogtreecommitdiff
path: root/src/fakeStarCoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fakeStarCoin.cpp')
-rw-r--r--src/fakeStarCoin.cpp5
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;
}