Forcing floating point division for % coverage, so we don't show 0%
[open-adventure.git] / saveresume.c
index 276667d1f2a661d21e56760b281c21d5f7f65711..a3dbe968ebdaf4838ea2552d6c77b6e951143721 100644 (file)
@@ -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;