Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihhub committed Oct 20, 2024
1 parent e5bc9a6 commit a44e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fheroes2/world/world.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a44e83e

Please sign in to comment.