diff options
Diffstat (limited to 'src/koopatlas/shop.h')
-rw-r--r-- | src/koopatlas/shop.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/koopatlas/shop.h b/src/koopatlas/shop.h index fb948a9..4a79861 100644 --- a/src/koopatlas/shop.h +++ b/src/koopatlas/shop.h @@ -44,7 +44,6 @@ class dWMShop_c : public dActor_c { STARMAN, HAMMER, ONE_UP, - COINS, ITEM_TYPE_COUNT }; @@ -62,6 +61,9 @@ class dWMShop_c : public dActor_c { nw4r::lyt::Picture *BtnLeft[6], *BtnMid[6], *BtnRight[6]; + nw4r::lyt::Pane + *Buttons[6]; + dTexMapColouriser_c leftCol, midCol, rightCol; class ShopModel_c { |