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-07 13:38:11 +0000
committerStijn Buys <ingar@osirion.org>2013-11-07 13:38:11 +0000
commit4896428eefa6e621523168a42dceda4f8f2b0097 (patch)
tree4b2d183b9d9f4054326f4fede778f05c0d2a9659 /src/core/player.cc
parent66746168f710cfdfbb0853947985fa0c552e81fb (diff)
Added core:: support for entity factions and player reputation (single-player only).
Diffstat (limited to 'src/core/player.cc')
-rw-r--r--src/core/player.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/player.cc b/src/core/player.cc
index 87640ac..e7fb024 100644
--- a/src/core/player.cc
+++ b/src/core/player.cc
@@ -47,6 +47,8 @@ void Player::clear()
player_warningtime = 0;
player_admin_level = 0;
+
+ player_reputation.clear();
}