aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Tutorial/ControllerTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/Common/Tutorial/ControllerTask.cpp')
-rw-r--r--Minecraft.Client/Common/Tutorial/ControllerTask.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/Tutorial/ControllerTask.cpp b/Minecraft.Client/Common/Tutorial/ControllerTask.cpp
index c5fe071b..c3a42120 100644
--- a/Minecraft.Client/Common/Tutorial/ControllerTask.cpp
+++ b/Minecraft.Client/Common/Tutorial/ControllerTask.cpp
@@ -66,7 +66,11 @@ bool ControllerTask::isCompleted()
}
else
{
+#ifdef _WINDOWS64
+ bAllComplete = true;
+#else
bAllComplete = false;
+#endif
}
}
iCurrent++;
@@ -87,7 +91,11 @@ bool ControllerTask::isCompleted()
}
else
{
+#ifdef _WINDOWS64
+ bAllComplete = true;
+#else
bAllComplete = false;
+#endif
}
}
iCurrent++;