From bc21b45fa2e431dab77fe02741769061a6fcb9e4 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 30 Dec 2006 07:00:01 +0000 Subject: [1624529] Added display of turns used in main play screen. Zero-based, which may seem odd to some players, but I like it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@735 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/output.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source/output.h') diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h index 685216d502..76956cd5cf 100644 --- a/crawl-ref/source/output.h +++ b/crawl-ref/source/output.h @@ -16,15 +16,10 @@ #include "menu.h" -// last updated 12may2000 {dlb} -/* *********************************************************************** - * called from: acr - player - stuff - * *********************************************************************** */ +void update_turn_count(); + void print_stats(void); -/* *********************************************************************** - * called from: chardump - * *********************************************************************** */ std::vector get_full_detail(bool calc_unid); const char *equip_slot_to_name(int equip); -- cgit v1.2.3-54-g00ecf