diff options
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/shop.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/koopatlas/shop.cpp b/src/koopatlas/shop.cpp index cd30bfa..eed0222 100644 --- a/src/koopatlas/shop.cpp +++ b/src/koopatlas/shop.cpp @@ -243,19 +243,19 @@ int dWMShop_c::onDraw() { void dWMShop_c::specialDraw1() { if (!isHidden) { - Vec pos = {250.0f, 170.0f, -1000.0f}; - S16Vec rot = {0,0,0}; - Vec scale = {1.0f, 1.0f, 1.0f}; - matrix.translation(pos.x, pos.y, pos.z); - matrix.applyRotationYXZ(&rot.x, &rot.y, &rot.z); - - shopkeep.setDrawMatrix(matrix); - shopkeep.setScale(&scale); - shopkeep.calcWorld(false); - shopkeep.scheduleForDrawing(); - - if(this->ska.isAnimationDone()) - this->ska.setCurrentFrame(0.0); + // Vec pos = {250.0f, 170.0f, -1000.0f}; + // S16Vec rot = {0,0,0}; + // Vec scale = {1.0f, 1.0f, 1.0f}; + // matrix.translation(pos.x, pos.y, pos.z); + // matrix.applyRotationYXZ(&rot.x, &rot.y, &rot.z); + + // shopkeep.setDrawMatrix(matrix); + // shopkeep.setScale(&scale); + // shopkeep.calcWorld(false); + // shopkeep.scheduleForDrawing(); + + // if(this->ska.isAnimationDone()) + // this->ska.setCurrentFrame(0.0); } return; } |