Merge branch 'automaterial' of https://github.com/Falconne/dfhack into automaterial_box

develop
Anuradha Dissanayake 2013-01-01 19:51:29 +13:00
commit 7df7b1758c
1 changed files with 2 additions and 1 deletions

@ -897,7 +897,8 @@ struct jobutils_hook : public df::viewscreen_dwarfmodest
void move_cursor(coord32_t &pos) void move_cursor(coord32_t &pos)
{ {
move_cursor(df::coord((int16_t) pos.x, (int16_t) pos.y, (int16_t) pos.z)); df::coord c((int16_t) pos.x, (int16_t) pos.y, (int16_t) pos.z);
move_cursor(c);
} }
void apply_box_selection(bool new_start) void apply_box_selection(bool new_start)