clear_cmd.c
changeset 889 64d2f7d5f02b
parent 863 6a1444534f62
child 900 27eb21ced433
equal deleted inserted replaced
888:a299cab0927e 889:64d2f7d5f02b
   327 	int size_x, size_y;
   327 	int size_x, size_y;
   328 	int sx, sy;
   328 	int sx, sy;
   329 	uint h, curh;
   329 	uint h, curh;
   330 	uint tile;
   330 	uint tile;
   331 	int32 ret, cost, money;
   331 	int32 ret, cost, money;
       
   332 
       
   333 	SET_EXPENSES_TYPE(EXPENSES_CONSTRUCTION);
   332 
   334 
   333 	// remember level height
   335 	// remember level height
   334 	h = _map_type_and_height[p1]&0xF;
   336 	h = _map_type_and_height[p1]&0xF;
   335 
   337 
   336 	ex >>= 4; ey >>= 4;
   338 	ex >>= 4; ey >>= 4;