diff options
author | shennetsind <ind@henn.et> | 2013-09-28 20:39:41 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-09-28 20:39:41 -0300 |
commit | fe624087b2495fb258afd9177c6299139a1f914d (patch) | |
tree | 0ab6d9f141af00ba51bc528198af19c57b86372a /src/map | |
parent | 37d72a1ea19ce6d2789add778c29d33d91342cb2 (diff) | |
download | hercules-fe624087b2495fb258afd9177c6299139a1f914d.tar.gz hercules-fe624087b2495fb258afd9177c6299139a1f914d.tar.bz2 hercules-fe624087b2495fb258afd9177c6299139a1f914d.tar.xz hercules-fe624087b2495fb258afd9177c6299139a1f914d.zip |
Follow up 62e6b7335c9bf0b30d5ca392c0c5dedbe2768dc9
Fixed missing #if, special thanks to Haruna
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index ebfd5f09f..17734dfe8 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -10154,7 +10154,9 @@ void pc_defaults(void) { memset(pc->exp_table, 0, sizeof(pc->exp_table) + sizeof(pc->max_level) + sizeof(pc->statp) +#if defined(RENEWAL_DROP) || defined(RENEWAL_EXP) + sizeof(pc->level_penalty) +#endif + sizeof(pc->skill_tree) + sizeof(pc->smith_fame_list) + sizeof(pc->chemist_fame_list) |