From c6a361c127b7f4d9b81b5ad37c2ca6ed7de317ee Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 2 Jun 2012 22:31:15 +0000 Subject: REmoving STARSHATTER_DEMO ifdefs and setting version string to 5.1.66 --- Stars45/ModConfig.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Stars45/ModConfig.cpp') diff --git a/Stars45/ModConfig.cpp b/Stars45/ModConfig.cpp index 5ee818e..6651fe4 100644 --- a/Stars45/ModConfig.cpp +++ b/Stars45/ModConfig.cpp @@ -226,9 +226,6 @@ ModConfig::Deploy() if (enabled.size() < 1) return; -#ifdef STARSHATTER_DEMO_RELEASE - Print("\nPACKAGED MODS ARE NOT SUPPORTED IN THIS DEMO\n"); -#else Print("\nDEPLOYING MODS\n--------------\n"); int i = 1; @@ -259,7 +256,6 @@ ModConfig::Deploy() Print("\n"); Game::UseLocale(0); -#endif } void @@ -288,10 +284,6 @@ ModConfig::Redeploy() void ModConfig::EnableMod(const char* name) { -#ifdef STARSHATTER_DEMO_RELEASE - DisableMod(name); -#else - if (!name || !*name) return; @@ -319,7 +311,6 @@ ModConfig::EnableMod(const char* name) } } } -#endif } void -- cgit v1.1