From 8bc17bdba192b4bcdcb6be6379a29e3202faa828 Mon Sep 17 00:00:00 2001 From: Futuray-pgm Date: Thu, 4 Jul 2024 21:35:39 +0200 Subject: [PATCH] (realy) Update tutorial system - Part 1 : Player.cpp Update tutorial system to made it works (I hope). --- src/player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/player.cpp b/src/player.cpp index c506f13..4630fc6 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -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(""); for (u8 i=0; i