remove some tabs that snuck in unintentionally
This commit is contained in:
+1
-1
@@ -743,7 +743,7 @@ drag_ball(coordxy x, coordxy y, int *bc_control,
|
|||||||
SKIP_TO_DRAG;
|
SKIP_TO_DRAG;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case 1:
|
case 1:
|
||||||
case 0:
|
case 0:
|
||||||
|
|||||||
@@ -3075,7 +3075,7 @@ mondead(struct monst *mtmp)
|
|||||||
(void) makemon(mtmp->data, stway->sx, stway->sy, NO_MM_FLAGS);
|
(void) makemon(mtmp->data, stway->sx, stway->sy, NO_MM_FLAGS);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case 2: /* randomly */
|
case 2: /* randomly */
|
||||||
(void) makemon(mtmp->data, 0, 0, NO_MM_FLAGS);
|
(void) makemon(mtmp->data, 0, 0, NO_MM_FLAGS);
|
||||||
|
|||||||
+1
-1
@@ -5113,7 +5113,7 @@ readobjnam(char *bp, struct obj *no_wish)
|
|||||||
for fake mail); 1: from bones or wishing; 2: written with marker */
|
for fake mail); 1: from bones or wishing; 2: written with marker */
|
||||||
case SCR_MAIL:
|
case SCR_MAIL:
|
||||||
d.otmp->spe = 1;
|
d.otmp->spe = 1;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
/* splash of venom: 0: normal, and transitory; 1: wishing */
|
/* splash of venom: 0: normal, and transitory; 1: wishing */
|
||||||
case ACID_VENOM:
|
case ACID_VENOM:
|
||||||
|
|||||||
+3
-3
@@ -404,7 +404,7 @@ fix_worst_trouble(int trouble)
|
|||||||
case TROUBLE_STARVING:
|
case TROUBLE_STARVING:
|
||||||
/* temporarily lost strength recovery now handled by init_uhunger() */
|
/* temporarily lost strength recovery now handled by init_uhunger() */
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU*/
|
/* FALLTHRU*/
|
||||||
case TROUBLE_HUNGRY:
|
case TROUBLE_HUNGRY:
|
||||||
Your("%s feels content.", body_part(STOMACH));
|
Your("%s feels content.", body_part(STOMACH));
|
||||||
init_uhunger();
|
init_uhunger();
|
||||||
@@ -747,8 +747,8 @@ angrygods(aligntyp resp_god)
|
|||||||
punish((struct obj *) 0);
|
punish((struct obj *) 0);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case 4:
|
case 4:
|
||||||
case 5:
|
case 5:
|
||||||
gods_angry(resp_god);
|
gods_angry(resp_god);
|
||||||
|
|||||||
+2
-2
@@ -406,8 +406,8 @@ convert_line(char *in_line, char *out_line)
|
|||||||
cc += strlen(gc.cvt_buf);
|
cc += strlen(gc.cvt_buf);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
default:
|
default:
|
||||||
*cc++ = *c;
|
*cc++ = *c;
|
||||||
break;
|
break;
|
||||||
|
|||||||
+2
-2
@@ -6020,8 +6020,8 @@ passive_obj(
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -285,7 +285,7 @@ strategy(struct monst *mtmp)
|
|||||||
if (mtmp->data != &mons[PM_WIZARD_OF_YENDOR])
|
if (mtmp->data != &mons[PM_WIZARD_OF_YENDOR])
|
||||||
return (unsigned long) STRAT_HEAL;
|
return (unsigned long) STRAT_HEAL;
|
||||||
FALLTHROUGH;
|
FALLTHROUGH;
|
||||||
/* FALLTHRU */
|
/* FALLTHRU */
|
||||||
case 2:
|
case 2:
|
||||||
dstrat = STRAT_HEAL;
|
dstrat = STRAT_HEAL;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user