summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 12:35:02 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 12:35:02 +0000
commit5c013b3c984b31f7c4dfc1945da5723fe1f316b0 (patch)
tree19ae707f6959c8199bb548e4477d2819d332fb4a /crawl-ref/source/arena.cc
parenta4a77c91709bf945617d9c59c1936d00d5b9be46 (diff)
downloadcrawl-ref-5c013b3c984b31f7c4dfc1945da5723fe1f316b0.tar.gz
crawl-ref-5c013b3c984b31f7c4dfc1945da5723fe1f316b0.zip
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
Diffstat (limited to 'crawl-ref/source/arena.cc')
-rw-r--r--crawl-ref/source/arena.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/source/arena.cc b/crawl-ref/source/arena.cc
index 76a7b313b4..7eca8ee3c4 100644
--- a/crawl-ref/source/arena.cc
+++ b/crawl-ref/source/arena.cc
@@ -1,3 +1,11 @@
+/*
+ * File: arena.cc
+ * Summary: Functions related to the monster arena (stage and watch fights).
+ * Written by: ?
+ *
+ * Modified for Crawl Reference by $Author$ on $Date$
+ */
+
#include "AppHdr.h"
REVISION("$Rev$");