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

Function do_move_southwest

src/cmd.c:1452–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1450}
1451
1452int
1453do_move_southwest(void)
1454{
1455 set_move_cmd(DIR_SW, 0);
1456 return ECMD_TIME;
1457}
1458
1459/* rush */
1460int

Callers

nothing calls this directly

Calls 1

set_move_cmdFunction · 0.85

Tested by

no test coverage detected