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-03-21 09:11:39 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2010-03-21 09:11:39 +0300
commit4b426f3742bf403c356f0084ac72eff52b643b14 (patch)
tree68b40f10097ec98e50ca1c99e4bfe17d4bb7a4b4
parent9358a166b623f5cbbbb9cecf52e3f71db19b8997 (diff)
TF2 update
-rw-r--r--plugins/tf2/tf2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tf2/tf2.cpp b/plugins/tf2/tf2.cpp
index 1daaa7df0..b756cc9b4 100644
--- a/plugins/tf2/tf2.cpp
+++ b/plugins/tf2/tf2.cpp
@@ -143,8 +143,8 @@ static int trylock(const std::multimap<std::wstring, unsigned long long int> &pi
*/
// Remember addresses for later
- posptr = mod_engine + 0x507390;
- rotptr = mod_engine + 0x507304;
+ posptr = mod_engine + 0x5073A0;
+ rotptr = mod_engine + 0x507314;
stateptr = pModule + 0x4ECBF4;
hostptr = mod_engine + 0x3C91EC;