* Gets the walking phase for diagonal walking. * @return phase this will be 0 or 8 */
| 547 | * @return phase this will be 0 or 8 |
| 548 | */ |
| 549 | int BattleUnit::getDiagonalWalkingPhase() const |
| 550 | { |
| 551 | return (_walkPhase / 8) * 8; |
| 552 | } |
| 553 | |
| 554 | /** |
| 555 | * Look at a point. |
no outgoing calls
no test coverage detected