From: ian Date: Sun, 4 May 2008 18:24:41 +0000 (+0000) Subject: rename movfeat command to movpos X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=7f3e298512d0a09eb7c375a38a637d99c69fba63;p=trains.git rename movfeat command to movpos --- diff --git a/hostside/commands.c b/hostside/commands.c index 2efe0bf..5145261 100644 --- a/hostside/commands.c +++ b/hostside/commands.c @@ -220,7 +220,7 @@ static int ps_needtrain(ParseState *ps, Train **tra_r) { return 0; } -static int cmd_movfeat(ParseState *ps, const CmdInfo *ci) { +static int cmd_movpos(ParseState *ps, const CmdInfo *ci) { Segment *move; const SegmentInfo *movei; long ms; @@ -275,8 +275,8 @@ const CmdInfo toplevel_cmds[]= { { "!pic", cmd_pic }, { "!nmra", cmd_nmra, }, { "noop", cmd_noop }, - { "movfeat", cmd_movfeat }, - { "!movfeat", cmd_movfeat, 1 }, + { "movpos", cmd_movpos }, + { "!movpos", cmd_movpos, 1 }, { "speed", cmd_speed }, { 0 } };