diff --git a/module/Core/Areas.cpp b/module/Core/Areas.cpp index 16698b44..4762405b 100644 --- a/module/Core/Areas.cpp +++ b/module/Core/Areas.cpp @@ -363,7 +363,7 @@ Vector2i AreaManager::LocateCell(float x, float y) } } } - // Not found + // Point is out of bounds return {NOCELL, NOCELL}; /* // Transform the world coordinates into a cell coordinates