* Get pointer to current stats. */
| 385 | * Get pointer to current stats. |
| 386 | */ |
| 387 | UnitStats *Soldier::getCurrentStats() |
| 388 | { |
| 389 | return &_currentStats; |
| 390 | } |
| 391 | |
| 392 | /** |
| 393 | * Returns the unit's promotion status and resets it. |
no outgoing calls
no test coverage detected