diff --git a/source/shop/shop.cpp b/source/shop/shop.cpp index 776273198..6e81ce04f 100644 --- a/source/shop/shop.cpp +++ b/source/shop/shop.cpp @@ -328,7 +328,7 @@ DVECTOR CShopScene::getPointerTarget() } } - DVECTOR ret={x-5,y+30}; + DVECTOR ret={x-15,y+35}; return ret; }