fix manipulator racism

(allow editing non-dwarves)
develop
sv-esk 2016-02-11 02:50:45 +02:00
parent ff4b2f8522
commit 3cab865d58
1 changed files with 0 additions and 3 deletions

@ -1143,9 +1143,6 @@ viewscreen_unitlaborsst::viewscreen_unitlaborsst(vector<df::unit*> &src, int cur
cur->selected = false;
cur->active_index = active_idx[unit];
if (!Units::isOwnRace(unit))
cur->allowEdit = false;
if (!Units::isOwnCiv(unit))
cur->allowEdit = false;