Add tombstone tribute to S.T.P. for 3.6.0

I've added build files for unices, but other platforms will need to define
NH360_DEDICATION on their own.
This commit is contained in:
Sean Hunt
2015-07-19 12:42:23 -04:00
parent bda16a1703
commit 64dfb4fcc8
9 changed files with 65 additions and 22 deletions

View File

@@ -245,6 +245,22 @@ time_t when;
tomb_text("1935-1994");
tomb_text("");
tomb_text("Ascended");
#elif defined(NH360_DEDICATION)
/* dedication */
cno = 1;
tomb_line = TEXT_TOP;
tomb_text("This release");
tomb_text("of NetHack");
tomb_text("is dedicated");
tomb_text("to the");
tomb_text("memory of");
tomb_text("");
tomb_text("Sir Terry");
tomb_text("Pratchett");
tomb_text("");
tomb_text("1948-2015");
tomb_text("");
tomb_text("Ascended");
#endif
/* Fade from black to full color */
dofade(0, 16, 1);