summaryrefslogtreecommitdiff
path: root/src/game-server/attribute.h
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_ferreira_at_orange_fr_>2013-02-01 21:38:17 +0100
committerYohann Ferreira <yohann_ferreira_at_orange_fr_>2013-02-01 21:38:17 +0100
commit05187cd8af0de4d3d50b8ffb9a0801e47cb00d34 (patch)
treecfac4bd22d13a7f99a8983d18d65018d1a5bb333 /src/game-server/attribute.h
parent02602a6a7bb92fbe19b7a015f5c6764ab658c469 (diff)
downloadmanaserv-05187cd8af0de4d3d50b8ffb9a0801e47cb00d34.tar.gz
manaserv-05187cd8af0de4d3d50b8ffb9a0801e47cb00d34.tar.bz2
manaserv-05187cd8af0de4d3d50b8ffb9a0801e47cb00d34.tar.xz
manaserv-05187cd8af0de4d3d50b8ffb9a0801e47cb00d34.zip
Silenced to Wreorder warnings.
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r--src/game-server/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h
index 82303ff8..736e54a6 100644
--- a/src/game-server/attribute.h
+++ b/src/game-server/attribute.h
@@ -134,8 +134,8 @@ class Attribute
public:
Attribute()
: mBase(0)
- , mMaxValue(0)
, mMinValue(0)
+ , mMaxValue(0)
{throw;} // DEBUG; Find improper constructions
Attribute(const AttributeManager::AttributeInfo &info);