From 24be3228d463d6b2501cbca9368e14e91ab42182 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 6 Feb 2007 16:03:52 +0000 Subject: Tutorial (JPEG) and some formatting cleanup. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@924 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 85cfe0ad83..e022bb8d44 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -70,6 +70,7 @@ #include "skills2.h" #include "spells4.h" #include "stuff.h" +#include "tutorial.h" #include "view.h" @@ -871,7 +872,7 @@ void end_game( struct scorefile_entry &se ) #ifdef PACKAGE_SUFFIX PACKAGE_SUFFIX , #endif - ".st", ".kil", ".tc", ".nts", ".sav" + ".st", ".kil", ".tc", ".nts", ".tut", ".sav" }; const int num_suffixes = sizeof(suffixes) / sizeof(const char*); @@ -888,6 +889,9 @@ void end_game( struct scorefile_entry &se ) viewwindow(1, false); // don't do this for leaving/winning characters } + if (Options.tutorial_left) + tutorial_death_screen(); + if (!crawl_state.seen_hups) more(); -- cgit v1.2.3-54-g00ecf