summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/delay.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index eee93914e1..75b3fe6be7 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -706,7 +706,7 @@ void handle_delay( void )
if (is_valid_item(mitm[ delay.parm1 ])
&& mitm[ delay.parm1 ].base_type == OBJ_CORPSES
&& mitm[ delay.parm1 ].x == you.x_pos
- && mitm[ delay.parm1 ].y == you.y_pos )
+ && mitm[ delay.parm1 ].y == you.y_pos)
{
if (mitm[ delay.parm1 ].sub_type == CORPSE_SKELETON)
{
@@ -779,9 +779,9 @@ void handle_delay( void )
}
else
{
- // corpse is no longer valid! End the butchering normally
- // instead of using stop_delay() so that the player switches
- // back to their main weapon if necessary.
+ // corpse is no longer valid! End the butchering normally
+ // instead of using stop_delay(), so that the player
+ // switches back to their main weapon if necessary.
delay.duration = 0;
}