NetBSD
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
262
if (rogue.gold > MAX_GOLD) {
games/rogue/message.c
263
rogue.gold = MAX_GOLD;
games/rogue/score.c
551
if (rogue.gold > MAX_GOLD) {
games/rogue/score.c
552
rogue.gold = MAX_GOLD;