Home
last modified time | relevance | path

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

/dports/games/manaplus/manaplus-2.1.3.17/src/being/
H A Dbeing.h53 static const int DEFAULT_BEING_HEIGHT = 32; variable
537 { return std::max(CompoundSprite::getHeight(), DEFAULT_BEING_HEIGHT); } in getHeight()