diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-28 03:06:18 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-28 03:06:18 -0500 |
commit | 27dfa7546266983bcfd98084dd4812b391753648 (patch) | |
tree | 320853d35fefeb358e3f02ca1b136e57d8150708 /src/koopatlas/shop.cpp | |
parent | 6760e0279e18fbe615fc2dc3c0101ca155e4210a (diff) | |
download | kamek-27dfa7546266983bcfd98084dd4812b391753648.tar.gz kamek-27dfa7546266983bcfd98084dd4812b391753648.zip |
stuuffff also entrance OSRepo
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; } |