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-08-24 05:59:20 +0400
committerTuck Therebelos <snares@users.sourceforge.net>2010-08-24 05:59:41 +0400
commit685954cc12394feb10af78f280629710036050e1 (patch)
tree9db133aa6dd110dc57c4a2cc3b5a4e3bf872d7ee /plugins/tf2
parent82aae299474403a9db198674358245af1847a087 (diff)
Source updates
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 aad8382e7..67f11228b 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 + 0x3EF260;
- rotptr = mod_engine + 0x394838;
- stateptr = pModule + 0x57CBF4;
- hostptr = mod_engine + 0x3D2D14;
+ posptr = mod_engine + 0x5565D8;
+ rotptr = mod_engine + 0x3D7850;
+ stateptr = pModule + 0x57DBF4;
+ hostptr = mod_engine + 0x3D2DC4;
/*
// 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 + 0x549600, sMagic, 13) || strncmp("DemomanTaunts", sMagic, 13)!=0)
+ if (!peekProc(mod_engine + 0x549680, sMagic, 13) || strncmp("DemomanTaunts", sMagic, 13)!=0)
return false;
// Check if we can get meaningful data from it