From 0e6ad00583a8de3dd0d1bf60e4410aa65ee2bc6a Mon Sep 17 00:00:00 2001 From: pauldubois Date: Wed, 2 Apr 2008 12:01:55 +0000 Subject: Forgot to fix the turn count git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4044 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/output.cc') diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc index 36e9db2e5d..80e6500723 100644 --- a/crawl-ref/source/output.cc +++ b/crawl-ref/source/output.cc @@ -105,7 +105,7 @@ void update_turn_count() // FIXME: Create some kind of layout manager class so we can // templatise the heads-up display layout and stop hardcoding // these coords. - cgotoxy(22, 10, GOTO_STAT); + cgotoxy(25, 8, GOTO_STAT); textcolor(LIGHTGREY); // Show the turn count starting from 1. You can still quit on turn 0. -- cgit v1.2.3-54-g00ecf