Fix some screwy formatting of conditionals...
...probably by the original FOTRAN-to-C translator.
This commit is contained in:
parent
2f60504e07
commit
829c13d1d5
4 changed files with 28 additions and 61 deletions
3
init.c
3
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue