From 5c013b3c984b31f7c4dfc1945da5723fe1f316b0 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 9 Jan 2009 12:35:02 +0000 Subject: Apply Eino's patches 2494428, 2494591 and 2494703. Thanks! I had to comment out the line set_random_mon_list in icecave.des because that gave an error "Too many arguments" and I couldn't find any example where it was already used. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8356 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/arena.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/arena.h') diff --git a/crawl-ref/source/arena.h b/crawl-ref/source/arena.h index e643a209c3..c00b893299 100644 --- a/crawl-ref/source/arena.h +++ b/crawl-ref/source/arena.h @@ -1,3 +1,11 @@ +/* + * File: arena.h + * Summary: Functions related to the monster arena (stage and watch fights). + * Written by: ? + * + * Modified for Crawl Reference by $Author$ on $Date$ + */ + #ifndef ARENA_H #define ARENA_H -- cgit v1.2.3-54-g00ecf