From 3a586c61f161e1effcf56d5379c99e4204a054a8 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 19 Jun 2001 14:23:01 +0000 Subject: [PATCH] --- source/shop/shop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }