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>2009-12-20 05:33:37 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2009-12-20 05:34:03 +0300
commit75fbf020f0df062ae9188a79b7d8415f647f2a7c (patch)
tree98b8190df68976f3a498a6b6ae07dd65d078495e /plugins/tf2
parentd179b5dc3d593a1558f0c49c5889590ef3bc7842 (diff)
TF2 update
Diffstat (limited to 'plugins/tf2')
-rw-r--r--plugins/tf2/tf2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/tf2/tf2.cpp b/plugins/tf2/tf2.cpp
index 503e1dce5..59ac0d1fa 100644
--- a/plugins/tf2/tf2.cpp
+++ b/plugins/tf2/tf2.cpp
@@ -179,14 +179,14 @@ static int trylock() {
*/
// Remember addresses for later
- posptr = mod + 0x51BA2C;
- rotptr = mod + 0x50120C;
- stateptr = mod + 0x52E620;
+ posptr = mod + 0x502298;
+ rotptr = mod + 0x50220C;
+ stateptr = mod + 0x55573D;
hostptr = mod_engine + 0x3C91A4;
// Gamecheck
char sMagic[9];
- if (!peekProc(mod + 0x4F73AB, sMagic, 9) || strncmp("teamJet@@", sMagic, 9)!=0)
+ if (!peekProc(mod + 0x4F83AB, sMagic, 9) || strncmp("teamJet@@", sMagic, 9)!=0)
return false;
// Check if we can get meaningful data from it