viewport.c
changeset 873 732553f5b169
parent 863 6a1444534f62
child 919 544f374ee392
equal deleted inserted replaced
872:9b946bdc80d1 873:732553f5b169
  2058 	SetObjectToPlace(icon,mode,w->window_class, w->window_number);
  2058 	SetObjectToPlace(icon,mode,w->window_class, w->window_number);
  2059 }
  2059 }
  2060 
  2060 
  2061 #include "table/animcursors.h"
  2061 #include "table/animcursors.h"
  2062 
  2062 
  2063 void SetObjectToPlace(int icon, byte mode, byte window_class, uint16 window_num)
  2063 void SetObjectToPlace(int icon, byte mode, WindowClass window_class, WindowNumber window_num)
  2064 {
  2064 {
  2065 	TileHighlightData *thd = _thd_ptr;
  2065 	TileHighlightData *thd = _thd_ptr;
  2066 	Window *w;
  2066 	Window *w;
  2067 
  2067 
  2068 	if (thd->place_mode != 0) {
  2068 	if (thd->place_mode != 0) {