/src/games/rogue/ |
spec_hit.c | 67 static boolean try_to_cough(short, short, object *); 270 if (try_to_cough(row+n, col+i, obj)) { 273 if (try_to_cough(row-n, col+i, obj)) { 278 if (try_to_cough(row+i, col-n, obj)) { 281 if (try_to_cough(row+i, col+n, obj)) { 290 try_to_cough(short row, short col, object *obj) function in typeref:typename:boolean
|
spec_hit.c | 67 static boolean try_to_cough(short, short, object *); 270 if (try_to_cough(row+n, col+i, obj)) { 273 if (try_to_cough(row-n, col+i, obj)) { 278 if (try_to_cough(row+i, col-n, obj)) { 281 if (try_to_cough(row+i, col+n, obj)) { 290 try_to_cough(short row, short col, object *obj) function in typeref:typename:boolean
|
spec_hit.c | 67 static boolean try_to_cough(short, short, object *); 270 if (try_to_cough(row+n, col+i, obj)) { 273 if (try_to_cough(row-n, col+i, obj)) { 278 if (try_to_cough(row+i, col-n, obj)) { 281 if (try_to_cough(row+i, col+n, obj)) { 290 try_to_cough(short row, short col, object *obj) function in typeref:typename:boolean
|