src/signs.cpp
changeset 6491 00dc414c909d
parent 6453 226bcddeba32
child 6653 b20fcfed0847
equal deleted inserted replaced
6490:fe4443fba5e3 6491:00dc414c909d
   134 
   134 
   135 		si->str = STR_280A_SIGN;
   135 		si->str = STR_280A_SIGN;
   136 		si->x = x;
   136 		si->x = x;
   137 		si->y = y;
   137 		si->y = y;
   138 		si->owner = _current_player; // owner of the sign; just eyecandy
   138 		si->owner = _current_player; // owner of the sign; just eyecandy
   139 		si->z = GetSlopeZ(x,y);
   139 		si->z = GetSlopeZ(x, y);
   140 		UpdateSignVirtCoords(si);
   140 		UpdateSignVirtCoords(si);
   141 		MarkSignDirty(si);
   141 		MarkSignDirty(si);
   142 		InvalidateWindow(WC_SIGN_LIST, 0);
   142 		InvalidateWindow(WC_SIGN_LIST, 0);
   143 		_sign_sort_dirty = true;
   143 		_sign_sort_dirty = true;
   144 		_new_sign = si;
   144 		_new_sign = si;