From a44e83e61ac8b0455faf958d5d2a2936b10a048c Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Sun, 20 Oct 2024 15:07:29 +0800 Subject: [PATCH] Update comment --- src/fheroes2/world/world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fheroes2/world/world.cpp b/src/fheroes2/world/world.cpp index ffef1049ae..952ca1859b 100644 --- a/src/fheroes2/world/world.cpp +++ b/src/fheroes2/world/world.cpp @@ -793,7 +793,7 @@ MapsIndexes World::GetTeleportEndPoints( const int32_t index ) const const Maps::TilesAddon * entranceObjectPart = Maps::getObjectPartByActionType( entranceTile, MP2::OBJ_STONE_LITHS ); if ( entranceObjectPart == nullptr ) { - // This tile is marked as Stone Liths but somehow it doesn't even have whirlpool's object parts. + // This tile is marked as Stone Liths but somehow it doesn't even have Stone Liths' object parts. assert( 0 ); return result; }