diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-25 20:55:19 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-25 20:55:19 +0000 |
commit | 7d65a46135c8b8536f48f58ff2a0a26fd40932b6 (patch) | |
tree | 113f90c2f3cca9d2ab8f5a76eda84fb04822ac5b /src/map/log.c | |
parent | 0da16e5615bfe3a964ee049c374e7154dab2049d (diff) | |
download | hercules-7d65a46135c8b8536f48f58ff2a0a26fd40932b6.tar.gz hercules-7d65a46135c8b8536f48f58ff2a0a26fd40932b6.tar.bz2 hercules-7d65a46135c8b8536f48f58ff2a0a26fd40932b6.tar.xz hercules-7d65a46135c8b8536f48f58ff2a0a26fd40932b6.zip |
- Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some memory leaks when the event counter does not matches with the actual number of queued timers during logout.
- Minor typos, corrections, etc.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9072 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.c')
-rw-r--r-- | src/map/log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/log.c b/src/map/log.c index bb061a062..556c7c414 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -212,7 +212,6 @@ int log_pick_mob(struct mob_data *md, const char *type, int nameid, int amount, return 1; //Logged
}
-
int log_zeny(struct map_session_data *sd, char *type, struct map_session_data *src_sd, int amount)
{
// FILE *logfp;
|