OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dungeon
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/rogue/
object.c
59
unsigned short
dungeon
[DROWS][DCOLS];
variable in typeref:typename:unsigned short[][]
219
if ((
dungeon
[row][col] == FLOOR) ||
220
(
dungeon
[row][col] == TUNNEL)) {
241
dungeon
[row][col] |= OBJECT;
250
dungeon
[row][col] |= OBJECT;
259
if (
dungeon
[row][col] & (MONSTER | OBJECT)) {
619
dungeon
[row][col] |= STAIRS;
688
if (
dungeon
[row][col] & MONSTER) {
Completed in 11 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025