Skip to content

Commit 24f5c4c

Browse files
committed
todo
1 parent 44c597e commit 24f5c4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ monsters
9191
- door mimic
9292
- thief that can steal items
9393
- dropbear
94+
- barbarian, thrud
9495
allies
9596
- Allies vanish each level and the life force is returned to you
9697
- Life force can be applied to the summoning of allies each level.

src/thing_open_close.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ void thing_is_unlocked_unset(Gamep g, Levelsp v, Levelp l, Thingp t)
172172
//
173173
[[nodiscard]] auto thing_can_move_to_attempt_by_opening(Gamep g, Levelsp v, Levelp l, Thingp me, bpoint to) -> bool
174174
{
175-
THING_DBG(me, "%s", __FUNCTION__);
176-
TRACE_INDENT();
175+
TRACE();
177176

178177
if (is_oob_or_border(to)) [[unlikely]] {
179178
return false;

0 commit comments

Comments
 (0)