Index: rats_act.c =================================================================== --- rats_act.c (revision 1330) +++ rats_act.c (revision 1331) @@ -66,7 +66,7 @@ static int ActionAddRats(int argc, char **argv, Coord x, Coord y) { - char *function = ARG(0); + char *function = ACTION_ARG(0); RatTypePtr shorty; float len, small; @@ -141,7 +141,7 @@ static int ActionConnection(int argc, char **argv, Coord x, Coord y) { - char *function = ARG(0); + char *function = ACTION_ARG(0); if (function) { switch (GetFunctionID(function)) { case F_Find: @@ -190,7 +190,7 @@ static int ActionDeleteRats(int argc, char **argv, Coord x, Coord y) { - char *function = ARG(0); + char *function = ACTION_ARG(0); if (function) { if (Settings.RatWarn) ClearWarnings();