--------------------------------------------- IS VICTORIOUS ----------------------------------------------
| 109 | } |
| 110 | //--------------------------------------------- IS VICTORIOUS ---------------------------------------------- |
| 111 | bool PlayerImpl::isVictorious() const |
| 112 | { |
| 113 | if ( index >= 8 ) |
| 114 | return false; |
| 115 | return BW::BWDATA::PlayerVictory[index] == 3; |
| 116 | } |
| 117 | //--------------------------------------------- IS DEFEATED ------------------------------------------------ |
| 118 | bool PlayerImpl::isDefeated() const |
| 119 | { |
no outgoing calls