X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=init.c;fp=init.c;h=202bf65759835fb082158e935842acf6a08aee2f;hp=dbdfb11f9bed3b397c6b8254f60fe7f134034d67;hb=829c13d1d56e398e5b47186c31b2e2146f26dc6a;hpb=2f60504e077dfdb8c37308239dd0ef7964cd3517 diff --git a/init.c b/init.c index dbdfb11..202bf65 100644 --- a/init.c +++ b/init.c @@ -57,8 +57,7 @@ int 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 (travel[k].motion == HERE) conditions[i] |= (1 << COND_FORCED);