diff options
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/shop.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/koopatlas/shop.cpp b/src/koopatlas/shop.cpp index a39a382..0a93f44 100644 --- a/src/koopatlas/shop.cpp +++ b/src/koopatlas/shop.cpp @@ -259,7 +259,7 @@ int dWMShop_c::onDraw() { void dWMShop_c::specialDraw1() { OSReport("Lakionnnne...."); if (!isHidden) { - Vec pos = {0.0f, 0.0f, 1000.0f}; + 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); @@ -270,8 +270,8 @@ void dWMShop_c::specialDraw1() { shopkeep.calcWorld(false); shopkeep.scheduleForDrawing(); -// if(this->ska.isAnimationDone()) -// this->ska.setCurrentFrame(0.0); + if(this->ska.isAnimationDone()) + this->ska.setCurrentFrame(0.0); } return; } |