diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-11-18 23:16:04 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-11-18 23:16:04 -0600 |
commit | 03543264f99392834e63ff1c23bc0b7ebaa4ce51 (patch) | |
tree | b19ea9267e26d62d65a9837f2e45cfcc9a2b6b27 /src/koopatlas/shop.h | |
parent | e4e012a3b556e1d025a3cda763ef3380f2314f76 (diff) | |
download | kamek-03543264f99392834e63ff1c23bc0b7ebaa4ce51.tar.gz kamek-03543264f99392834e63ff1c23bc0b7ebaa4ce51.zip |
more shop fixes
Diffstat (limited to 'src/koopatlas/shop.h')
-rw-r--r-- | src/koopatlas/shop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/koopatlas/shop.h b/src/koopatlas/shop.h index 2381b29..fb948a9 100644 --- a/src/koopatlas/shop.h +++ b/src/koopatlas/shop.h @@ -73,12 +73,13 @@ class dWMShop_c : public dActor_c { m3d::anmChr_c animation; float x, y, scaleFactor, scaleEase; + bool isLakitu; void setupItem(float x, float y, ItemTypes type); void setupLakitu(int id); void execute(); void draw(); - void playAnim(const char *name, float rate); + void playAnim(const char *name, float rate, char loop); }; ShopModel_c *itemModels; |