Skip to content

Commit bbed0af

Browse files
committed
Merge branch 'develop' into sdl_console
2 parents c6ef770 + d8818f6 commit bbed0af

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

library/modules/Burrows.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ bool Burrows::isAssignedUnit(df::burrow *burrow, df::unit *unit)
9999

100100
void Burrows::setAssignedUnit(df::burrow *burrow, df::unit *unit, bool enable)
101101
{
102-
using df::global::plotinfo;
103-
104102
CHECK_NULL_POINTER(unit);
105103
CHECK_NULL_POINTER(burrow);
106104

plugins/remotefortressreader/remotefortressreader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,8 +1679,8 @@ static command_result GetUnitListInside(color_ostream &stream, const BlockReques
16791679
continue;
16801680
}
16811681

1682-
using df::global::cur_year;
1683-
using df::global::cur_year_tick;
1682+
//using df::global::cur_year;
1683+
//using df::global::cur_year_tick;
16841684

16851685
send_unit->set_age(Units::getAge(unit, false));
16861686

0 commit comments

Comments
 (0)