aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-02-29 17:23:59 +0100
committerBDKPlayer <fabian.stotz@yahoo.de>2020-02-29 17:23:59 +0100
commit29fd5947870063c106040afd2b3814488eeec2ab (patch)
treed38e0f06b5db9d6c44b7d875273b8ab823f1a9d2
parent26e5fdf3923a8a53f83c3de6a338b093c04dcae6 (diff)
changed default settings
-rw-r--r--ESP.h2
-rw-r--r--Source.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ESP.h b/ESP.h
index 7e32d0b..3f3511d 100644
--- a/ESP.h
+++ b/ESP.h
@@ -6,7 +6,7 @@ class ESP : public Feature
bool gaiaEsp = false;
bool goldESP = false;
bool stoneESP = false;
- bool playerUnitEsp[8] = { false,true,false,false,false,false,false,false };
+ bool playerUnitEsp[8] = { false,true,true,true,true,true,true,true };
bool playerUnitNameEsp[8] = { false,false,false,false,false,false,false,false };
//bool playerBuildingEsp[8] = { false,true,true,true,true,true,true,true };
diff --git a/Source.cpp b/Source.cpp
index 7728677..992b1fe 100644
--- a/Source.cpp
+++ b/Source.cpp
@@ -301,7 +301,7 @@ DWORD __stdcall InitHooks(LPVOID hModule)
(WNDPROC)SetWindowLongPtr(window, GWLP_WNDPROC, (LONG_PTR)OriginalWndProcHandler);
FreeLibraryAndExitThread((HMODULE)hModule, 0);
-
+
return NULL;
}