mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 01:31:47 -04:00
d_structd -> d_cursor_hit_check
This commit is contained in:
@@ -211,7 +211,7 @@ static bool insertDowsingTarget(DowsingTarget *target) {
|
||||
if (DOWSING_LISTS[slot].GetPosition(target) != DOWSING_LISTS[slot].GetEndIter()) {
|
||||
return false;
|
||||
}
|
||||
DOWSING_LISTS[slot].insert(target);
|
||||
DOWSING_LISTS[slot].append(target);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user