Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c1122 short gasAugmentWeight = 0; in getCellAppearance() local
1221 gasAugmentWeight = 30; in getCellAppearance()
1223 gasAugmentWeight = min(90, 30 + pmap[x][y].volume); in getCellAppearance()
1333 if (gasAugmentWeight && ((pmap[x][y].flags & DISCOVERED) || rogue.playbackOmniscience)) { in getCellAppearance()
1335 applyColorAverage(&cellForeColor, &gasAugmentColor, gasAugmentWeight); in getCellAppearance()
1351 applyColorAverage(&cellBackColor, &gasAugmentColor, gasAugmentWeight); in getCellAppearance()