summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-12 16:26:53 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-12 16:26:53 +0000
commitc2da0a3c7938b6461c3293b31d0e2f0db723f8d3 (patch)
treeb5f02fcb696fd2be0c21529238cc14161d814387 /src/map/pc.h
parent2eb9dcd521e8c726f8731e3bdfcc2e0f2e675225 (diff)
downloadhercules-c2da0a3c7938b6461c3293b31d0e2f0db723f8d3.tar.gz
hercules-c2da0a3c7938b6461c3293b31d0e2f0db723f8d3.tar.bz2
hercules-c2da0a3c7938b6461c3293b31d0e2f0db723f8d3.tar.xz
hercules-c2da0a3c7938b6461c3293b31d0e2f0db723f8d3.zip
Fixed all warnings left from when compiling with -pedantic, confirmed with gcc, llvm and clang.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16415 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index c5f1aaa02..6352d362c 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -110,7 +110,7 @@ struct map_session_data {
unsigned int abra_flag : 2; // Abracadabra bugfix by Aru
unsigned int autocast : 1; // Autospell flag [Inkfish]
unsigned int autotrade : 1; //By Fantik
- unsigned int reg_dirty : 3; //By Skotlex (marks whether registry variables have been saved or not yet)
+ unsigned int reg_dirty : 4; //By Skotlex (marks whether registry variables have been saved or not yet)
unsigned int showdelay :1;
unsigned int showexp :1;
unsigned int showzeny :1;