X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_game.c;h=1e859b196d2e3540108ac8e33f4057ff6852fb18;hb=10406b9d6cad2b0ec7c30c71520abe2c702bccbc;hp=e4f4ba1b48a0d8dd75309813b49ec578f7b72c61;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/game_mm/mm_game.c b/src/game_mm/mm_game.c index e4f4ba1b..1e859b19 100644 --- a/src/game_mm/mm_game.c +++ b/src/game_mm/mm_game.c @@ -2889,8 +2889,8 @@ void RotateMirror(int x, int y, int button) { if (button == MB_LEFTBUTTON) { - /* left mouse button only for manual adjustment, no auto-rotating; - freeze mirror for until mouse button released */ + // left mouse button only for manual adjustment, no auto-rotating; + // freeze mirror for until mouse button released hold_x = x; hold_y = y; }