mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 08:55:32 +00:00
fix a whole lot of missing includes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "Minecraft.World/Header Files/stdafx.h"
|
||||
#include "Minecraft.Client/Header Files/stdafx.h"
|
||||
|
||||
#include "Minecraft.World/ConsoleHelpers/PlatformTime.h"
|
||||
#include "Minecraft.World/net/minecraft/stats/net.minecraft.stats.h"
|
||||
#include "Minecraft.Client/net/minecraft/client/player/LocalPlayer.h"
|
||||
@@ -20,6 +21,8 @@
|
||||
#include "Minecraft.Client/Common/Source Files/Tutorial/Hints/TutorialHints.h"
|
||||
#include "Minecraft.World/ConsoleHelpers/StringHelpers.h"
|
||||
|
||||
#include "4J.Common/4J_InputActions.h"
|
||||
|
||||
std::vector<int> Tutorial::s_completableTasks;
|
||||
|
||||
int Tutorial::m_iTutorialHintDelayTime = 14000;
|
||||
@@ -1940,7 +1943,7 @@ Tutorial::~Tutorial() {
|
||||
void Tutorial::debugResetPlayerSavedProgress(int iPad) {
|
||||
GAME_SETTINGS* pGameSettings =
|
||||
(GAME_SETTINGS*)ProfileManager.GetGameDefinedProfileData(iPad);
|
||||
ZeroMemory(pGameSettings->ucTutorialCompletion,
|
||||
memset(pGameSettings->ucTutorialCompletion, 0,
|
||||
TUTORIAL_PROFILE_STORAGE_BYTES);
|
||||
pGameSettings->uiSpecialTutorialBitmask = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user