diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-27 02:37:22 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-27 02:37:22 -0500 |
commit | 24eda6f87c4ce6f30fb9ef5cdaec8e1093513df3 (patch) | |
tree | c1514a236b6e3ff47f6904dd8449ac67560378a7 /src/koopatlas/shop.cpp | |
parent | eeac833d24e897fbfed0920921aec7e55b006793 (diff) | |
download | kamek-24eda6f87c4ce6f30fb9ef5cdaec8e1093513df3.tar.gz kamek-24eda6f87c4ce6f30fb9ef5cdaec8e1093513df3.zip |
BROKEN - something wrong with includes, possibly related to the order =|
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/shop.cpp | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/koopatlas/shop.cpp b/src/koopatlas/shop.cpp index 0a93f44..cd30bfa 100644 --- a/src/koopatlas/shop.cpp +++ b/src/koopatlas/shop.cpp @@ -236,30 +236,14 @@ int dWMShop_c::onDraw() { if (!isHidden) { layout.scheduleForDrawing(); - - /*Vec pos = {layout.posX, layout.posY, 10000.0}; - S16Vec rot = {0,0,0}; - Vec scale = {1.0, 1.0, 1.0}; - 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(); - shopkeep._vf1C(); - - if(this->ska.isAnimationDone()) - this->ska.setCurrentFrame(0.0);*/ } return true; } void dWMShop_c::specialDraw1() { - OSReport("Lakionnnne...."); if (!isHidden) { - Vec pos = {250.0f, 170.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); |