mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 11:45:33 +00:00
hit a wall
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user