Home
last modified time | relevance | path

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

/dports/games/gemrb/gemrb-0.9.0/gemrb/
H A DGemRB.cfg.noinstall.sample117 #MaxPartySize = 6
H A DGemRB.cfg.sample.in124 #MaxPartySize = 6
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h807 int MaxPartySize; variable
H A DInterface.cpp242 MaxPartySize = 6; in Interface()
1131 CONFIG_INT("MaxPartySize", MaxPartySize = ); in Init()
1132 MaxPartySize = std::min(std::max(1, MaxPartySize), 10); in Init()
1133 vars->SetAt("MaxPartySize", MaxPartySize); // for simple GUIScript access in Init()