Skip to content

Commit

Permalink
This fixes TD being stuck running in the background after 'exit game'…
Browse files Browse the repository at this point in the history
… has been clicked
  • Loading branch information
tore29 committed Dec 19, 2023
1 parent 2d8eb18 commit 0076980
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tiberiandawn/startup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int main(int argc, char** argv)
printf("Zuwenig Hauptspeicher verf?gbar.\n");
#else
#ifdef FRENCH
printf("M‚moire vive (RAM) insuffisante.\n");
printf("Mmoire vive (RAM) insuffisante.\n");
#else
printf("Insufficient RAM available.\n");
#endif
Expand Down Expand Up @@ -477,9 +477,6 @@ int main(int argc, char** argv)

#if defined(_WIN32)
PostMessageA(MainWindow, WM_DESTROY, 0, 0);
do {
Keyboard->Check();
} while (ReadyToQuit == 1);
#endif

CCDebugString("C&C95 - Returned from final message loop.\n");
Expand Down

0 comments on commit 0076980

Please sign in to comment.