Home
last modified time | relevance | path

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

/dports/games/csmash/csmash-0.6.6/
H A DMultiPlay.h39 bool &fTheBall ) = 0;
56 bool &fTheBall );
66 bool &fTheBall );
76 bool &fTheBall );
86 bool &fTheBall );
93 bool &fTheBall ) { return false; }; in Apply() argument
H A DMultiPlay.cpp321 bool &fComPlayer, bool &fTheBall ) { in Apply() argument
366 bool &fComPlayer, bool &fTheBall ) { in Apply() argument
411 bool &fComPlayer, bool &fTheBall ) { in Apply() argument
413 fTheBall = true; in Apply()
453 bool &fComPlayer, bool &fTheBall ) { in Apply() argument
H A DEvent.cpp674 bool fTheBall, fThePlayer, fComPlayer; in ReadData() local
675 fTheBall = fThePlayer = fComPlayer = false; in ReadData()
681 if ( fTheBall ) in ReadData()
705 m_External->Apply( targetPlayer, fThePlayer, fComPlayer, fTheBall ); in ReadData()
716 if ( fTheBall ) { in ReadData()
744 if (!fTheBall) { in ReadData()