summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 04c9d4a776..d78516ff5f 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -4707,7 +4707,8 @@ void player::init()
{
birth_time = time( NULL );
real_time = 0;
- num_turns = 0;
+ num_turns = 0L;
+ last_view_update = 0L;
#ifdef WIZARD
wizard = (Options.wiz_mode == WIZ_YES) ? true : false;