| 768 | } |
| 769 | |
| 770 | void Game_Player::UnlockPan() { |
| 771 | data()->pan_state = lcf::rpg::SavePartyLocation::PanState_follow; |
| 772 | } |
| 773 | |
| 774 | void Game_Player::StartPan(int direction, int distance, int speed) { |
| 775 | distance *= SCREEN_TILE_SIZE; |
no outgoing calls
no test coverage detected