* Change the cursor and mouse click/drag handling to a mode for performing special operations like tile area selection, object placement, etc. * @param icon New shape of the mouse cursor. * @param pal Palette to use. * @param mode Mode to perform. * @param w %Window requesting the mode change. */
| 3508 | * @param w %Window requesting the mode change. |
| 3509 | */ |
| 3510 | void SetObjectToPlaceWnd(CursorID icon, PaletteID pal, HighLightStyle mode, Window *w) |
| 3511 | { |
| 3512 | SetObjectToPlace(icon, pal, mode, w->window_class, w->window_number); |
| 3513 | } |
| 3514 | |
| 3515 | #include "table/animcursors.h" |
| 3516 |
no test coverage detected