summaryrefslogtreecommitdiff
path: root/src/koopatlas/shop.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/koopatlas/shop.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/koopatlas/shop.h b/src/koopatlas/shop.h
index 304154a..2381b29 100644
--- a/src/koopatlas/shop.h
+++ b/src/koopatlas/shop.h
@@ -21,6 +21,8 @@ class dWMShop_c : public dActor_c {
m2d::EmbedLayout_c layout;
bool visible;
+ float scaleEase;
+ int timer;
int selected, lastTopRowChoice;
int shopKind;
@@ -70,7 +72,7 @@ class dWMShop_c : public dActor_c {
m3d::mdl_c model;
m3d::anmChr_c animation;
- float x, y, scaleFactor;
+ float x, y, scaleFactor, scaleEase;
void setupItem(float x, float y, ItemTypes type);
void setupLakitu(int id);