Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuck Therebelos <snares@users.sourceforge.net>2010-05-04 07:00:43 +0400
committerTuck Therebelos <snares@users.sourceforge.net>2010-05-04 07:00:59 +0400
commitd8e89090ebcb60e3fe0f5a3ec7478ad84bd453a0 (patch)
treeffc6f9efcbc7ef7796ae5daaaa45de2e52d45146 /plugins/tf2
parentae4244abdf4f6d846dc66e9876df424803eb8d51 (diff)
TF2, DODS update
Diffstat (limited to 'plugins/tf2')
-rw-r--r--plugins/tf2/tf2.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/tf2/tf2.cpp b/plugins/tf2/tf2.cpp
index b756cc9b4..a53082013 100644
--- a/plugins/tf2/tf2.cpp
+++ b/plugins/tf2/tf2.cpp
@@ -143,10 +143,10 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
*/
// Remember addresses for later
- posptr = mod_engine + 0x5073A0;
- rotptr = mod_engine + 0x507314;
- stateptr = pModule + 0x4ECBF4;
- hostptr = mod_engine + 0x3C91EC;
+ posptr = mod_engine + 0x55C220;
+ rotptr = mod_engine + 0x3907A8;
+ stateptr = pModule + 0x4F5BF4;
+ hostptr = mod_engine + 0x3CFABC;
/*
// Gamecheck
@@ -157,7 +157,7 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
// Gamecheck
char sMagic[13];
- if (!peekProc(mod_engine + 0x53FC60, sMagic, 13) || strncmp("DemomanTaunts", sMagic, 13)!=0)
+ if (!peekProc(mod_engine + 0x546360, sMagic, 13) || strncmp("DemomanTaunts", sMagic, 13)!=0)
return false;
// Check if we can get meaningful data from it