Fixed crash

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@240 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2004-11-18 04:52:49 +00:00
parent dd1a3cffb0
commit 356b48e28c
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Date Added
11/17 * Added skill_steal_type to battle_athena.conf for the new (but unconfirmed)
11/17
* Fixed a crash in the afm reading/closing code [MouseJstr]
* Added skill_steal_type to battle_athena.conf for the new (but unconfirmed)
stealing formula [celest]
* Skill updates: [celest]
- Removed annoying skill fail messages from rogue's Snatcher

View File

@ -1642,6 +1642,7 @@ int map_readallmap(void) {
}
}
}
if (afm_file != NULL)
fclose(afm_file);
}