Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-09 20:04:10 +0000
committerStijn Buys <ingar@osirion.org>2013-11-09 20:04:10 +0000
commit1cd17df40fb8b36b117e47797e2783d03d911d24 (patch)
tree94e9ae2a968e6e57f1debdb55996b9b374a7ea1a /src/game/base/faction.h
parent977a9a68d2465818a331643399a9ecc998d0cbb3 (diff)
Removed the lawfull faction property.
Diffstat (limited to 'src/game/base/faction.h')
-rw-r--r--src/game/base/faction.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/game/base/faction.h b/src/game/base/faction.h
index 5469dad..c78c2f2 100644
--- a/src/game/base/faction.h
+++ b/src/game/base/faction.h
@@ -31,11 +31,7 @@ public:
inline const math::Color & color_second() const {
return faction_color_second;
}
-
- inline const bool lawfull() const {
- return faction_lawfull;
- }
-
+
/**
* @brief faction reputation
* */
@@ -71,10 +67,6 @@ public:
faction_color_second.assign(color_second);
}
- inline void set_lawfull(const bool lawfull) {
- faction_lawfull = lawfull;
- }
-
/* --- static ----------------------------------------------------- */
/**
@@ -103,8 +95,6 @@ private:
math::Color faction_color;
math::Color faction_color_second;
- bool faction_lawfull;
-
core::Reputation faction_reputation;
/* --- static ----------------------------------------------------- */