summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-30 22:14:36 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-30 22:14:36 +0000
commit4d81f68ece4dee6282024fe7189d8402a05428db (patch)
treed04b30fe51fc769d70fab7e3ede00fe499fd923f /src/map
parent3c9107ed87b2153f9ca2ed8896979f076be469e3 (diff)
downloadhercules-4d81f68ece4dee6282024fe7189d8402a05428db.tar.gz
hercules-4d81f68ece4dee6282024fe7189d8402a05428db.tar.bz2
hercules-4d81f68ece4dee6282024fe7189d8402a05428db.tar.xz
hercules-4d81f68ece4dee6282024fe7189d8402a05428db.zip
eAthena VC7 solution and support added for native builds [MouseJstr]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1347 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/clif.c2
-rw-r--r--src/map/mail.c2
-rw-r--r--src/map/skill.c1
3 files changed, 4 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 20db97554..3761f52bf 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10871,7 +10871,7 @@ static int packetdb_readdb(void)
char line[1024];
int ln=0;
int cmd,j,k,packet_ver;
- char *str[32],*p,*str2[32],*p2,w1[24],w2[24];
+ char *str[64],*p,*str2[64],*p2,w1[64],w2[64];
struct {
void (*func)(int, struct map_session_data *);
diff --git a/src/map/mail.c b/src/map/mail.c
index 46e80be9f..42a83de52 100644
--- a/src/map/mail.c
+++ b/src/map/mail.c
@@ -1,3 +1,4 @@
+#ifndef TXT_ONLY
// Mail System for eAthena SQL
// Created by Valaris
// moved all strings to msg_athena.conf [Lupus]
@@ -333,3 +334,4 @@ int do_init_mail(void)
return 0;
}
+#endif
diff --git a/src/map/skill.c b/src/map/skill.c
index b6010f151..0ea0c81fa 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -9394,6 +9394,7 @@ int skill_readdb(void)
printf("can't read db/skill_unit_db.txt\n");
return 1;
}
+ k = 0;
while (fgets(line,1020,fp)) {
char *split[50];
if (line[0]=='/' && line[1]=='/')