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

Function do_move_northwest

src/cmd.c:1410–1415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1408}
1409
1410int
1411do_move_northwest(void)
1412{
1413 set_move_cmd(DIR_NW, 0);
1414 return ECMD_TIME;
1415}
1416
1417int
1418do_move_north(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected