changed comments from old to new style (multiple-line comments)
[rocksndiamonds.git] / src / game_mm / mm_game.c
index e4f4ba1b48a0d8dd75309813b49ec578f7b72c61..1e859b196d2e3540108ac8e33f4057ff6852fb18 100644 (file)
@@ -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;
     }