summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-29 14:02:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-29 14:02:17 +0000
commit5730d82050d02ac2fa93ba01900cf6a43c110a9d (patch)
tree46afbb5d847600c632e179074fca49bc5bd3afd8 /crawl-ref/source/delay.cc
parentb42bd161b6822443312c2fd75dc1d724edd30e13 (diff)
downloadcrawl-ref-5730d82050d02ac2fa93ba01900cf6a43c110a9d.tar.gz
crawl-ref-5730d82050d02ac2fa93ba01900cf6a43c110a9d.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5329 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-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;
}