| 1086 | }; |
| 1087 | |
| 1088 | const char * |
| 1089 | levltyp_to_name(int typ) |
| 1090 | { |
| 1091 | if (typ >= 0 && typ < MAX_TYPE) |
| 1092 | return levltyp[typ]; |
| 1093 | return NULL; |
| 1094 | } |
| 1095 | |
| 1096 | /* #terrain command -- show known map, inspired by crawl's '|' command */ |
| 1097 | staticfn int |
no outgoing calls
no test coverage detected