OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAND_MATERIALS
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/rogue/
inventory.c
62
static const char *const
wand_materials
[
WAND_MATERIALS
] = {
variable
679
boolean used[
WAND_MATERIALS
];
681
for (i = 0; i <
WAND_MATERIALS
; i++) {
686
j = get_rand(0,
WAND_MATERIALS
-1);
689
(void)strlcpy(id_wands[i].title,
wand_materials
[j],
rogue.h
184
#define
WAND_MATERIALS
30
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026