From 5730d82050d02ac2fa93ba01900cf6a43c110a9d Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 29 May 2008 14:02:17 +0000 Subject: Add minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5329 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/delay.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/delay.cc') 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; } -- cgit v1.2.3-54-g00ecf