summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Main.cpp')
-rw-r--r--Stars45/Main.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/Stars45/Main.cpp b/Stars45/Main.cpp
index a0a217f..340e393 100644
--- a/Stars45/Main.cpp
+++ b/Stars45/Main.cpp
@@ -103,29 +103,6 @@ LPSTR lpCmdLine, int nCmdShow)
VD3D_describe_things = 0;
}
-
- // FREE VERSION - AUTHORIZATION DISABLED
- /*
-::Print(" Checking authorization codes...\n");
-if (!Authorization::IsUserAuthorized()) {
- if (!DataLoader::GetLoader()) {
- DataLoader::Initialize();
- DataLoader::GetLoader()->EnableDatafile("content.dat");
- }
-
- Game* game = new Game();
- game->InitContent();
-
- MessageBox(0, FormatTextEscape(Game::GetText("main.auth-invalid")).data(),
- Game::GetText("main.title.error").data(), MB_OK);
- ::Print(" Not authorized.\n");
-
- delete game;
- DataLoader::Close();
-}
-else {
- ::Print(" Authorized\n");
- */
try {
NetLayer net;