Home
last modified time | relevance | path

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

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_skillstatus.cpp51 int spdigits = (actor.MaxSpValue() >= 1000) ? 4 : 3; in Refresh() local
H A Dwindow_battlestatus.cpp94 int spdigits = (actor->MaxSpValue() >= 1000) ? 4 : 3; in Refresh() local
180 int spdigits = (actor->MaxSpValue() >= 1000) ? 4 : 3; in RefreshGauge() local