| 574 | } |
| 575 | |
| 576 | staticfn void |
| 577 | savelevl(NHFILE *nhfp) |
| 578 | { |
| 579 | int x, y; |
| 580 | |
| 581 | for (x = 0; x < COLNO; x++) { |
| 582 | for (y = 0; y < ROWNO; y++) { |
| 583 | Sfo_rm(nhfp, &levl[x][y], "location-rm"); |
| 584 | } |
| 585 | } |
| 586 | return; |
| 587 | } |
| 588 | |
| 589 | /* save Plane of Water's air bubbles and Plane of Air's clouds */ |
| 590 | staticfn void |