(realy) Update tutorial system - Part 1 : Player.cpp
Update tutorial system to made it works (I hope).
This commit is contained in:
parent
cf8ca7ed2f
commit
8bc17bdba1
|
@ -72,7 +72,8 @@ Player::Player():
|
|||
m_home(0,0,0),
|
||||
m_hashome(false),
|
||||
m_character(PLAYER_DEFAULT_CHARDEF),
|
||||
m_given_clothes(false)
|
||||
m_given_clothes(false),
|
||||
tutorial(new Tutorial())
|
||||
{
|
||||
updateName("<not set>");
|
||||
for (u8 i=0; i<PLAYERFLAG_COUNT; i++) {
|
||||
|
|
Loading…
Reference in New Issue