diff --git a/code/shop.cpp b/code/shop.cpp index 9e4f5aa..808844e 100644 --- a/code/shop.cpp +++ b/code/shop.cpp @@ -459,7 +459,7 @@ void initShop() shopItems[i + 8].y = 200; } - for (int i = 0 ; i < 8 ; i++) + for (int i = 0 ; i < 7 ; i++) { shopItems[i + 10].x = 350 + (i * 50); shopItems[i + 10].y = 260;