X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Flaun.c;h=7c565c3006792c2c9dec4b40e188b5566d286f53;hp=5c5db7203e0cce5d48fbeffde683225f2e37c767;hb=d702068457bc95d4e3ba05708516ce16ab206d68;hpb=a9653c475bee9d0b0d9a4693641e6dad6a4c8e3c diff --git a/src/lib/commands/laun.c b/src/lib/commands/laun.c index 5c5db7203..7c565c300 100644 --- a/src/lib/commands/laun.c +++ b/src/lib/commands/laun.c @@ -26,7 +26,7 @@ * --- * * laun.c: Launch missiles from land or sea - * + * * Known contributors to this file: * Dave Pare, 1986 * Ken Stevens, 1995 @@ -93,7 +93,7 @@ laun(void) } } - if (plane.pln_effic < 40) { + if (plane.pln_effic < 40) { pr("%s is damaged (%d%%)\n", prplane(&plane), plane.pln_effic); continue; }