From 9f82a198819854173c36baeea924ffefe69611f5 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Wed, 13 Jun 2012 18:32:54 +0000 Subject: Remove a bit of commented-out code --- Stars45/Main.cpp | 23 ----------------------- 1 file changed, 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; -- cgit v1.1