Broke all logical or into multiline statement to show lcov's lies
Results are weird, some things that need to be checked aren't and at least my local lcov doesn't show them as unchecked
This commit is contained in:
parent
fc5267fe8b
commit
63152e6714
5 changed files with 199 additions and 82 deletions
|
@ -85,7 +85,8 @@ int resume(void)
|
|||
#endif
|
||||
FILE *fp = NULL;
|
||||
|
||||
if (game.loc != 1 || game.abbrev[1] != 1) {
|
||||
if (game.loc != 1 ||
|
||||
game.abbrev[1] != 1) {
|
||||
rspeak(RESUME_ABANDON);
|
||||
if (!yes(arbitrary_messages[THIS_ACCEPTABLE], arbitrary_messages[OK_MAN], arbitrary_messages[OK_MAN]))
|
||||
return GO_CLEAROBJ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue