summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile.obj2
-rw-r--r--crawl-ref/source/mon-grow.cc (renamed from crawl-ref/source/mgrow.cc)4
-rw-r--r--crawl-ref/source/mon-grow.h (renamed from crawl-ref/source/mgrow.h)2
3 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/makefile.obj b/crawl-ref/source/makefile.obj
index 03fe8f2bd3..019002d56f 100644
--- a/crawl-ref/source/makefile.obj
+++ b/crawl-ref/source/makefile.obj
@@ -96,13 +96,13 @@ mapmark.o \
maps.o \
menu.o \
message.o \
-mgrow.o \
misc.o \
mon-abil.o \
mon-act.o \
mon-behv.o \
mon-cast.o \
mon-gear.o \
+mon-grow.o \
mon-info.o \
mon-iter.o \
mon-pick.o \
diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mon-grow.cc
index 7be571d541..5238acb9e5 100644
--- a/crawl-ref/source/mgrow.cc
+++ b/crawl-ref/source/mon-grow.cc
@@ -1,5 +1,5 @@
/*
- * File: mgrow.cc
+ * File: mon-grow.cc
* Summary: Monster level-up code.
* Written by: dshaligram on Fri Oct 26 08:33:37 2007 UTC
*/
@@ -7,7 +7,7 @@
#include "AppHdr.h"
#include "enum.h"
-#include "mgrow.h"
+#include "mon-grow.h"
#include "mon-util.h"
#include "mon-place.h"
#include "mon-stuff.h"
diff --git a/crawl-ref/source/mgrow.h b/crawl-ref/source/mon-grow.h
index 4068e2f8df..5201421019 100644
--- a/crawl-ref/source/mgrow.h
+++ b/crawl-ref/source/mon-grow.h
@@ -1,5 +1,5 @@
/*
- * File: mgrow.cc
+ * File: mon-grow.cc
* Summary: Monster level-up code.
* Written by: dshaligram on Fri Oct 26 08:33:37 2007 UTC
*/