|
|
|
|
@ -544,8 +544,8 @@ void SearchAutomapItem()
|
|
|
|
|
px = i - 2 * AutoMapXOfs - ViewX; |
|
|
|
|
py = j - 2 * AutoMapYOfs - ViewY; |
|
|
|
|
|
|
|
|
|
x = (ScrollInfo._sxoff * AutoMapScale / 100 >> 1) + (px - py) * AmLine16 + 384; |
|
|
|
|
y = (ScrollInfo._syoff * AutoMapScale / 100 >> 1) + (px + py) * AmLine8 + 336; |
|
|
|
|
x = (ScrollInfo._sxoff * AutoMapScale / 100 >> 1) + (px - py) * AmLine16 + SCREEN_WIDTH / 2 + SCREEN_X; |
|
|
|
|
y = (ScrollInfo._syoff * AutoMapScale / 100 >> 1) + (px + py) * AmLine8 + (SCREEN_HEIGHT - PANEL_HEIGHT) / 2 + SCREEN_Y; |
|
|
|
|
|
|
|
|
|
if (invflag || sbookflag) |
|
|
|
|
x -= 160; |
|
|
|
|
|