HomeSort by: relevance | last modified time | path
    Searched defs:gold_at (Results 1 - 2 of 2) sorted by relevancy

  /src/games/rogue/
spec_hit.c 63 static boolean gold_at(short, short);
318 if ((gold_at(i, j)) && !(dungeon[i][j] & MONSTER)) {
341 gold_at(short row, short col) function in typeref:typename:boolean
spec_hit.c 63 static boolean gold_at(short, short);
318 if ((gold_at(i, j)) && !(dungeon[i][j] & MONSTER)) {
341 gold_at(short row, short col) function in typeref:typename:boolean

Completed in 22 milliseconds