Home
last modified time | relevance | path

Searched defs:hpdigits (Results 1 – 2 of 2) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_skillstatus.cpp50 int hpdigits = (actor.MaxHpValue() >= 1000) ? 4 : 3; in Refresh() local
H A Dwindow_battlestatus.cpp93 int hpdigits = (actor->MaxHpValue() >= 1000) ? 4 : 3; in Refresh() local
179 int hpdigits = (actor->MaxHpValue() >= 1000) ? 4 : 3; in RefreshGauge() local