summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bossThwompaDomp.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/bossThwompaDomp.cpp b/src/bossThwompaDomp.cpp
index c821e12..3a1b0c7 100644
--- a/src/bossThwompaDomp.cpp
+++ b/src/bossThwompaDomp.cpp
@@ -108,12 +108,12 @@ void daEnMegaDosun_c::setupBodyModel() {
this->resFile.data = getResource("dossun", "g3d/dossun.brres");
nw4r::g3d::ResMdl mdl = this->resFile.GetResMdl("dossun_big");
- bodyModel.setup(mdl, &allocator, 0x224, 1, 0);
+ bodyModel.setup(mdl, &allocator, 0x60, 1, 0);
SetupTextures_Enemy(&bodyModel, 0);
- nw4r::g3d::ResAnmVis anmRes = this->resFile.GetResAnmVis("dossun");
- this->anmVis.setup(mdl, anmRes, &this->allocator, 0);
- this->anmVis.bind(&bodyModel, anmRes, 1);
+ // nw4r::g3d::ResAnmVis anmRes = this->resFile.GetResAnmVis("dossun_big");
+ // this->anmVis.setup(mdl, anmRes, &this->allocator, 0);
+ // this->anmVis.bind(&bodyModel, anmRes, 1);
allocator.unlink();
}
@@ -184,7 +184,8 @@ int daEnMegaDosun_c::onCreate() {
this->doStateChange(&StateID_Grow);
- return 1;
+ this->onExecute();
+ return true;
}