/src/games/hack/ |
def.edog.h | 1 /* $NetBSD: def.edog.h,v 1.5 2003/04/02 18:36:33 jsm Exp $ */ 66 struct edog { struct 74 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))
|
def.edog.h | 1 /* $NetBSD: def.edog.h,v 1.5 2003/04/02 18:36:33 jsm Exp $ */ 66 struct edog { struct 74 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))
|
hack.dog.c | 72 #include "def.edog.h" 76 {"little dog", 'd', 2, 18, 6, 1, 6, sizeof(struct edog)}; 78 {"dog", 'd', 4, 16, 5, 1, 6, sizeof(struct edog)}; 80 {"large dog", 'd', 6, 15, 4, 2, 4, sizeof(struct edog)}; 98 EDOG(mtmp)->hungrytime = 1000 + moves; 99 EDOG(mtmp)->eattime = 0; 100 EDOG(mtmp)->droptime = 0; 101 EDOG(mtmp)->dropdist = 10000; 102 EDOG(mtmp)->apport = 10; 103 EDOG(mtmp)->whistletime = 0 196 struct edog *edog = EDOG(mtmp); local in function:dog_move [all...] |
hack.dog.c | 72 #include "def.edog.h" 76 {"little dog", 'd', 2, 18, 6, 1, 6, sizeof(struct edog)}; 78 {"dog", 'd', 4, 16, 5, 1, 6, sizeof(struct edog)}; 80 {"large dog", 'd', 6, 15, 4, 2, 4, sizeof(struct edog)}; 98 EDOG(mtmp)->hungrytime = 1000 + moves; 99 EDOG(mtmp)->eattime = 0; 100 EDOG(mtmp)->droptime = 0; 101 EDOG(mtmp)->dropdist = 10000; 102 EDOG(mtmp)->apport = 10; 103 EDOG(mtmp)->whistletime = 0 196 struct edog *edog = EDOG(mtmp); local in function:dog_move [all...] |