From 946a91691bc05571744648f98fe5775d0067884b Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Sat, 19 Oct 2024 15:40:51 +0800 Subject: [PATCH] Remove an extra comment --- src/fheroes2/world/world.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fheroes2/world/world.cpp b/src/fheroes2/world/world.cpp index 981448c8bd..64a2b9e662 100644 --- a/src/fheroes2/world/world.cpp +++ b/src/fheroes2/world/world.cpp @@ -846,8 +846,6 @@ MapsIndexes World::GetWhirlpoolEndPoints( const int32_t index ) const return nullptr; }; - // The exit point from the destination whirlpool must match the entry point in the source whirlpool. - // A whirlpool can be as a main addon / object part or bottom part. This is important to get a proper object part. const Maps::TilesAddon * entranceObjectPart = getWhirlPoolObjectPart( entranceTile ); if ( entranceObjectPart == nullptr ) { return result;