chiark / gitweb /
rename movfeat command to movpos
authorian <ian>
Sun, 4 May 2008 18:24:41 +0000 (18:24 +0000)
committerian <ian>
Sun, 4 May 2008 18:24:41 +0000 (18:24 +0000)
hostside/commands.c

index 2efe0bfce259bbb2324294cdf61b89e226414547..51452617fab7b1e8e1c1ca08a416246f60b9d353 100644 (file)
@@ -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 }
 };