X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.c;h=a5cd79da35f90ab3ae9a0eeaa33597df57982459;hp=1a27d91aa95c3b9f9db41ea3788b6253579790e6;hb=7d85a53b341ca7a3dca87b6f2ccebf45ddf96c92;hpb=b79766b48296f48b54891db91d1ca3a76861a5cc 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()