| 5926 | return false; |
| 5927 | } |
| 5928 | const bool Player::bUseCompactGUIHeight() const |
| 5929 | { |
| 5930 | if ( splitscreen ) |
| 5931 | { |
| 5932 | if ( camera_virtualHeight() < Frame::virtualScreenY * .75 ) |
| 5933 | { |
| 5934 | return true; |
| 5935 | } |
| 5936 | } |
| 5937 | return false; |
| 5938 | } |
| 5939 | |
| 5940 | const bool Player::usingCommand() const |
| 5941 | { |
no outgoing calls
no test coverage detected