Home
last modified time | relevance | path

Searched refs:GetCaptain (Results 1 – 4 of 4) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcastle.h126 Captain & GetCaptain( void );
127 const Captain & GetCaptain( void ) const;
H A Dcastle_dialog.cpp152 … fheroes2::Blit( castle.GetCaptain().GetPortrait( PORT_BIG ), display, pt.x + 5, pt.y + 262 ); in RedrawIcons()
H A Dcastle.cpp370 Captain & Castle::GetCaptain( void ) in GetCaptain() function in Castle
375 const Captain & Castle::GetCaptain( void ) const in GetCaptain() function in Castle
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dkingdom_overview.cpp511 …row.castle->GetCaptain().PortraitRedraw( dstx + 82, dsty + 19, PORT_SMALL, fheroes2::Display::inst… in RedrawItem()