X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=init.c;h=b3f984d049d2fe6867e6af49ba01546fa5d2cd09;hp=2fffc279c1ee7f691efa0d35eeac8ef9d34c5499;hb=733b035933c1c53d79e26dd475109782af02d864;hpb=e712f4c0e05bfa842e342f60f7ea3e33da9199fd diff --git a/init.c b/init.c index 2fffc27..b3f984d 100644 --- a/init.c +++ b/init.c @@ -58,7 +58,8 @@ long initialise(void) } for (int i = 1; i <= NLOCATIONS; i++) { - if (!(locations[i].description.big == 0 || tkey[i] == 0)) { + if (!(locations[i].description.big == 0 || + tkey[i] == 0)) { int k = tkey[i]; if (T_TERMINATE(travel[k])) conditions[i] |= (1 << COND_FORCED);