From cce3c6e018e1ec88a1b49eaf2fbfde88f51ada01 Mon Sep 17 00:00:00 2001 From: Haran Pilpel Date: Wed, 13 Jan 2010 10:01:03 +0200 Subject: Various cleanups, use you.weapon() more often, fix a note in README.txt. --- crawl-ref/source/godabil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/godabil.cc') diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc index e0a0aa06f1..33bdfb1da6 100644 --- a/crawl-ref/source/godabil.cc +++ b/crawl-ref/source/godabil.cc @@ -1539,7 +1539,7 @@ void cheibriados_time_bend(int pow) void cheibriados_time_step(int pow) // pow is the number of turns to skip { - coord_def old_pos = you.pos(); + const coord_def old_pos = you.pos(); mpr("You step out of the flow of time."); flash_view(LIGHTBLUE); -- cgit v1.2.3-54-g00ecf