MCPcopy Create free account
hub / github.com/NetHack/NetHack / rest_levl

Function rest_levl

src/restore.c:1020–1030  ·  view source on GitHub ↗

ARGSUSED*/

Source from the content-addressed store, hash-verified

1018
1019/*ARGSUSED*/
1020staticfn void
1021rest_levl(NHFILE *nhfp)
1022{
1023 int c, r;
1024
1025 for (c = 0; c < COLNO; ++c) {
1026 for (r = 0; r < ROWNO; ++r) {
1027 Sfi_rm(nhfp, &levl[c][r], "location-rm");
1028 }
1029 }
1030}
1031
1032#ifndef SFCTOOL
1033

Callers 1

getlevFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected