X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Fbuil.c;h=02888f9369a161cf90cb65ad537e692e6c4b6192;hp=58651046fe96e9bde5f68fbb88f7e8ec391c9e74;hb=7e6318500758d8ba99dca7dd9b95e3a8218699cb;hpb=af143ac5973d8b650e7a153372bd9da9e7546a76 diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index 58651046f..02888f936 100644 --- a/src/lib/commands/buil.c +++ b/src/lib/commands/buil.c @@ -65,7 +65,7 @@ static int build_can_afford(double, int, char *); * build [NUMBER] */ int -buil(void) +c_build(void) { struct natstr *natp = getnatp(player->cnum); int tlev = (int)natp->nat_level[NAT_TLEV];