diff options
author | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 00:35:48 +0000 |
---|---|---|
committer | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 00:35:48 +0000 |
commit | 22618c9ef3cd2eca23a5e9006637074d5b11cf76 (patch) | |
tree | 2aa7b82268d1a1feaf11d30d3767fa19dfaff32f /src/map/status.h | |
parent | ae57ff81700dbe6714ef107b34510457e9c9c5b6 (diff) | |
download | hercules-22618c9ef3cd2eca23a5e9006637074d5b11cf76.tar.gz hercules-22618c9ef3cd2eca23a5e9006637074d5b11cf76.tar.bz2 hercules-22618c9ef3cd2eca23a5e9006637074d5b11cf76.tar.xz hercules-22618c9ef3cd2eca23a5e9006637074d5b11cf76.zip |
-Add/upd basic documentation for script.c
-Fix some indentation and strange codestyle change to A-Style
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16915 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index d96fdd0b1..402dfc690 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -646,6 +646,7 @@ typedef enum sc_type { SC_PARALYSIS, SC_PAIN_KILLER, + #ifdef RENEWAL SC_EXTREMITYFIST2, #endif |