Home
last modified time | relevance | path

Searched refs:TYPE_BATTLEONLY (Results 1 – 2 of 2) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame.h55 TYPE_BATTLEONLY = 0x10, enumerator
H A Dgame_newgame.cpp100 conf.SetGameType( Game::TYPE_BATTLEONLY ); in NewBattleOnly()
111 if ( conf.IsGameType( Game::TYPE_BATTLEONLY ) ) { in NewHotSeat()
464 if ( !( conf.IsGameType( Game::TYPE_BATTLEONLY ) ) ) in NewMulti()