This commit is contained in:
2016-06-22 01:51:58 +02:00
parent 5fc92d3f2a
commit df611e8e51
+1 -1
View File
@@ -16,7 +16,7 @@ Player::Player()
health = maxHp;
xp = 0;
maxXp = 100;
level = 5;
level = 1;
crystals = 0;
hit = false;