Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dactladder.cpp146 if ( !my->portalInit ) in actPortal()
148 my->portalInit = 1; in actPortal()
420 if ( !my->portalInit ) in actWinningPortal()
422 my->portalInit = 1; in actWinningPortal()
560 if ( !portalInit ) in actExpansionEndGamePortal()
562 portalInit = 1; in actExpansionEndGamePortal()
719 if ( !portalInit ) in actMidGamePortal()
721 portalInit = 1; in actMidGamePortal()
1035 if ( !my->portalInit ) in actCustomPortal()
1037 my->portalInit = 1; in actCustomPortal()
H A Dentity_editor.cpp183 portalInit(skill[1]), in Entity()
H A Dentity.hpp327 Sint32& portalInit; //skill[1] member in Entity
H A Dentity.cpp208 portalInit(skill[1]), in Entity()