Home
last modified time | relevance | path

Searched refs:AllowChangeRace (Results 1 – 3 of 3) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dplayer_info.cpp172 …if ( player1Race != player2Race && conf.AllowChangeRace( player1Color ) && conf.AllowChangeRace( p… in SwapPlayers()
289 bool class_color = conf.AllowChangeRace( player.GetColor() ); in RedrawInfo()
367 if ( conf.AllowChangeRace( player->GetColor() ) ) { in QueueEventProcessing()
375 if ( conf.AllowChangeRace( player->GetColor() ) ) { in QueueEventProcessing()
420 if ( conf.AllowChangeRace( player->GetColor() ) ) { in QueueEventProcessing()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/system/
H A Dsettings.h251 bool AllowChangeRace( int ) const;
H A Dsettings.cpp846 bool Settings::AllowChangeRace( int f ) const in AllowChangeRace() function in Settings