From: Markus Armbruster Date: Sun, 18 Mar 2012 18:20:21 +0000 (+0100) Subject: Belatedly update convert's c_form X-Git-Tag: v4.3.30~20 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=f75c03dfd995b41ce069393288f40b3c74fe8e58 Belatedly update convert's c_form Commit 82c91665 (v4.3.16) removed its optional third argument without updating c_form. --- diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index 81227d127..eb29a50fe 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -83,7 +83,7 @@ struct cmndstr player_coms[] = { {"commodity ", 0, comm, 0, NONVIS}, {"consider ", 1, cons, C_MOD, NORM + CAP}, - {"convert [sure?]", 2, conv, C_MOD, NORM + MONEY + CAP}, + {"convert ", 2, conv, C_MOD, NORM + MONEY + CAP}, {"country ", 0, coun, 0, 0}, {"cutoff ", 0, cuto, 0, NORM}, {"declare ",