Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/faction.cc')
-rw-r--r--src/game/base/faction.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/faction.cc b/src/game/base/faction.cc
index 6fb70cf..0220d3d 100644
--- a/src/game/base/faction.cc
+++ b/src/game/base/faction.cc
@@ -130,7 +130,7 @@ void Faction::apply(core::Entity *entity) const
entity->set_color(color());
// set secondary color
- entity->set_color(color());
+ entity->set_color_second(color_second());
}
} // namespace game