Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c1117 short bestBCPriority, bestFCPriority, bestCharPriority; in getCellAppearance() local
1163 bestFCPriority = bestBCPriority = bestCharPriority = 10000; in getCellAppearance()
1188 if (tileCatalog[tile].drawPriority < bestFCPriority in getCellAppearance()
1192 bestFCPriority = tileCatalog[tile].drawPriority; in getCellAppearance()