X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=a5cd79da35f90ab3ae9a0eeaa33597df57982459;hb=6cf34a189f4a3707c9131652621dd67731f14f6b;hp=1a27d91aa95c3b9f9db41ea3788b6253579790e6;hpb=14801844faf14be284c590b66f030c6bf7cea5c2;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index 1a27d91a..a5cd79da 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -37,6 +37,8 @@ void SetDrawtoField_MM(int mode) cFX = FX + dSX; cFY = FY + dSY; } + + SetTileCursorSXSY(cSX, cSY); } void ClearWindow()