| 241 | } |
| 242 | |
| 243 | staticfn void |
| 244 | mkzoo(int type) |
| 245 | { |
| 246 | struct mkroom *sroom; |
| 247 | |
| 248 | if ((sroom = pick_room(FALSE)) != 0) { |
| 249 | sroom->rtype = type; |
| 250 | /* room does not get stocked at this time - it will get stocked at the |
| 251 | * end of makelevel() */ |
| 252 | sroom->needfill = FILL_NORMAL; |
| 253 | } |
| 254 | } |
| 255 | |
| 256 | staticfn void |
| 257 | mk_zoo_thronemon(coordxy x, coordxy y) |