X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Ffinish.c;h=95c7d974a22a52a6f2ab538e108ed3b4c926c6b4;hp=ac21d07a5480aeef5c9036abab96490b5a510de4;hb=c0682ebb9ae828d035d59892a65e1849d85963b7;hpb=3fad5b50fc2950c556a55e39a78e7129353af0b1 diff --git a/src/finish.c b/src/finish.c index ac21d07..95c7d97 100644 --- a/src/finish.c +++ b/src/finish.c @@ -142,7 +142,7 @@ void finish(FINTYPE ifin) proutn(_("Do you want your Commodore Emeritus Citation printed? ")); chew(); if (ja() == true) { - igotit = 1; + igotit = true; } } } @@ -152,7 +152,7 @@ void finish(FINTYPE ifin) prout(_("LIVE LONG AND PROSPER.")); } score(); - if (igotit != 0) plaque(); + if (igotit) plaque(); return; case FDEPLETE: // Federation Resources Depleted prout(_("Your time has run out and the Federation has been"));