(realy) Update tutorial system - Part 1 : Player.cpp

Update tutorial system to made it works (I hope).
This commit is contained in:
Futuray-pgm 2024-07-04 21:35:39 +02:00
parent cf8ca7ed2f
commit 8bc17bdba1
1 changed files with 2 additions and 1 deletions

View File

@ -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++) {