Skip to content

Commit

Permalink
Remove an extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub committed Oct 19, 2024
1 parent 2b6f90a commit 946a916
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fheroes2/world/world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 946a916

Please sign in to comment.