summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc2
1 files changed, 1 insertions, 1 deletions
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);