hit a wall

This commit is contained in:
Leah Anderson
2026-03-03 09:29:08 -07:00
parent 88c850bc42
commit 5a3768ce36
12 changed files with 22 additions and 20 deletions

View File

@@ -5,7 +5,7 @@
#include "Tutorial.h"
#include "TutorialHint.h"
#include "../../Minecraft.h"
#include "../../MultiplayerLocalPlayer.h"
#include "../../MultiPlayerLocalPlayer.h"
TutorialHint::TutorialHint(eTutorial_Hint id, Tutorial *tutorial, int descriptionId, eHintType type, bool allowFade /*= true*/)
: m_id( id ), m_tutorial(tutorial), m_descriptionId( descriptionId ), m_type( type ), m_counter( 0 ),
@@ -125,4 +125,4 @@ int TutorialHint::tick()
break;
}
return returnVal;
}
}