* Returns a graphic representation of * the soldier's military rank. * @note THE MEANING OF LIFE * @return Sprite ID for rank. */
| 275 | * @return Sprite ID for rank. |
| 276 | */ |
| 277 | int Soldier::getRankSprite() const |
| 278 | { |
| 279 | return 42 + _rank; |
| 280 | } |
| 281 | |
| 282 | |
| 283 | /** |
no outgoing calls
no test coverage detected