DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAX_GOLD
games/rogue/message.c
240
if (rogue.gold > MAX_GOLD) {
games/rogue/message.c
241
rogue.gold = MAX_GOLD;
games/rogue/score.c
421
if (rogue.gold > MAX_GOLD) {
games/rogue/score.c
422
rogue.gold = MAX_GOLD;