Skip to content

Instantly share code, notes, and snippets.

@PilzAdam
Created July 18, 2013 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PilzAdam/6030179 to your computer and use it in GitHub Desktop.
Save PilzAdam/6030179 to your computer and use it in GitHub Desktop.
diff --git a/src/game.cpp b/src/game.cpp
index ff694d1..2ab9893 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -1068,6 +1068,11 @@ void the_game(
infostream<<std::endl;
client.connect(connect_address);
+#ifdef _WIN32
+ infostream << "Usual windows waiting time.... have fun!"
+ device->sleep(100000);
+#endif
+
/*
Wait for server to accept connection
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment