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

Function gd_sound

src/vault.c:1271–1275  ·  view source on GitHub ↗

prevent "You hear footsteps.." when inappropriate */

Source from the content-addressed store, hash-verified

1269
1270/* prevent "You hear footsteps.." when inappropriate */
1271boolean
1272gd_sound(void)
1273{
1274 return !(vault_occupied(u.urooms) || findgd());
1275}
1276
1277void
1278vault_gd_watching(unsigned int activity)

Callers 1

dosoundsFunction · 0.85

Calls 2

vault_occupiedFunction · 0.85
findgdFunction · 0.85

Tested by

no test coverage detected