Searched refs:patrolX (Results 1 – 1 of 1) sorted by relevance
2015 const int16_t patrolX = static_cast<int16_t>( hero.patrol_center.x ); in operator <<() local2018 msg << patrolX << patrolY << hero.patrol_square << hero.visit_object << hero._lastGroundRegion; in operator <<()2032 int16_t patrolX = 0; in operator >>() local2035 msg >> patrolX >> patrolY; in operator >>()2036 hero.patrol_center = fheroes2::Point( patrolX, patrolY ); in operator >>()