aboutsummaryrefslogtreecommitdiff
path: root/src/info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.cc')
-rw-r--r--src/info.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/info.cc b/src/info.cc
index d15f470..3cdfe02 100644
--- a/src/info.cc
+++ b/src/info.cc
@@ -805,8 +805,8 @@ bool SearchFreeField(int *x, int *y, int *z, int Distance, uint16 HouseID, bool
return false;
}
-// TODO(fusion): This is a helper function for `SearchLoginField`. Perhaps we
-// should try to merge it there?
+// NOTE(fusion): This is a helper function for `SearchLoginField` and improves
+// the readability of an otherwise convoluted function.
static bool LoginPossible(int x, int y, int z, uint16 HouseID, bool Player){
Object Obj = GetFirstObject(x, y, z);
if(Obj == NONE){