Skip to content

Commit 6c45e70

Browse files
committed
remove TaskExecution code
1 parent 51b2d09 commit 6c45e70

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

patches/Y2K38Patcher/Y2K38Patcher/Y2K38Patcher.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include <ctime>
77
#include <string>
88

9-
#include "common-code/TaskExecution.h"
10-
119
// TODO:
1210
// Change the clock date back to the realtime value when the process (setup.exe) is being closed/terminated.
1311
// Current Workaround, sync the Time between PC and Time Server over the Settings, to change it back to the current timedate
@@ -73,7 +71,6 @@ int main() {
7371

7472
if (!success) {
7573
fprintf(stderr, "Failed to execute %s.", loaderExeName);
76-
TaskExecution::pressEnterToExit();
7774
return 1;
7875
}
7976

@@ -89,7 +86,6 @@ int main() {
8986

9087
if (!success) {
9188
fprintf(stderr, "Failed to execute Dev7VM.EXE.");
92-
TaskExecution::pressEnterToExit();
9389
return 1;
9490
}
9591

@@ -101,7 +97,6 @@ int main() {
10197

10298
// Close process and thread handles
10399
printf("When you done playing your DEV7 game, set the Date back to the one you currently have.\n");
104-
TaskExecution::pressEnterToExit();
105100
CloseHandle(pi.hProcess);
106101
CloseHandle(pi.hThread);
107102

0 commit comments

Comments
 (0)