X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Fsst.c;h=16199e6df68ccb8acd5fd54b1fcf2ab7e4b7f966;hp=9d5a20c1d6cf6a7a3f56718022a38611c6777cf6;hb=ad1478c7cc24b761592a1e355015b44b243aeeda;hpb=cd1ac5957730cc1646ba29e2252c35d213b3557a diff --git a/src/sst.c b/src/sst.c index 9d5a20c..16199e6 100644 --- a/src/sst.c +++ b/src/sst.c @@ -175,7 +175,7 @@ static char line[128], *linep = line; struct game game; coord thing; -int iqhere, iqengry; +bool iqhere, iqengry; int iscore, iskill; // Common PLAQ double aaitem; double perdate; @@ -409,7 +409,7 @@ static void makemoves(void) makechart(); continue; } - game.ididit=0; + game.ididit = false; clrscr(); setwnd(message_window); clrscr(); @@ -531,7 +531,7 @@ static void makemoves(void) abandn(); break; case DESTRUCT: // Self Destruct - dstrct(); + selfdestruct(); break; case SAVE: // Save Game freeze(false);