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

Function do_move_southeast

src/cmd.c:1438–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436}
1437
1438int
1439do_move_southeast(void)
1440{
1441 set_move_cmd(DIR_SE, 0);
1442 return ECMD_TIME;
1443}
1444
1445int
1446do_move_south(void)

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected