Home
last modified time | relevance | path

Searched refs:is_sloped (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.h389 void SetNextFlags(uint8_t next_direction, bool is_sloped, bool is_surface);
H A DPeep.cpp145 void Peep::SetNextFlags(uint8_t next_direction, bool is_sloped, bool is_surface) in SetNextFlags() argument
148 NextFlags |= is_sloped ? PEEP_NEXT_FLAG_IS_SLOPED : 0; in SetNextFlags()