summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-13 18:32:54 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-13 18:32:54 +0000
commit9f82a198819854173c36baeea924ffefe69611f5 (patch)
tree43824351cf1f795f248593ed09a1d79c1a63267a
parent567bd9471bf7061cf92061f3569f76e260be9c50 (diff)
downloadstarshatter-9f82a198819854173c36baeea924ffefe69611f5.zip
starshatter-9f82a198819854173c36baeea924ffefe69611f5.tar.gz
starshatter-9f82a198819854173c36baeea924ffefe69611f5.tar.bz2
Remove a bit of commented-out code
-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;