summaryrefslogtreecommitdiff
path: root/src/map/homunculus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r--src/map/homunculus.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c
index d46c55a52..31cb5b012 100644
--- a/src/map/homunculus.c
+++ b/src/map/homunculus.c
@@ -1072,7 +1072,13 @@ void read_homunculus_expdb(void)
FILE *fp;
char line[1024];
int i, j=0;
- char *filename[]={"exp_homun.txt","exp_homun2.txt"};
+ char *filename[]={
+#if REMODE
+ "re/exp_homun.txt",
+#else
+ "pre-re/exp_homun.txt",
+#endif
+ "exp_homun2.txt"};
memset(hexptbl,0,sizeof(hexptbl));
for(i=0; i<2; i++){