Fix some screwy formatting of conditionals...
[open-adventure.git] / init.c
diff --git a/init.c b/init.c
index dbdfb11f9bed3b397c6b8254f60fe7f134034d67..202bf65759835fb082158e935842acf6a08aee2f 100644 (file)
--- 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);