| 5915 | } |
| 5916 | |
| 5917 | const bool Player::bUseCompactGUIWidth() const |
| 5918 | { |
| 5919 | if ( splitscreen ) |
| 5920 | { |
| 5921 | if ( camera_virtualWidth() < Frame::virtualScreenX * .75 ) |
| 5922 | { |
| 5923 | return true; |
| 5924 | } |
| 5925 | } |
| 5926 | return false; |
| 5927 | } |
| 5928 | const bool Player::bUseCompactGUIHeight() const |
| 5929 | { |
| 5930 | if ( splitscreen ) |
no outgoing calls
no test coverage detected