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:
authorStefan Hacker <dd0t@users.sourceforge.net>2010-02-09 00:34:50 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2010-02-09 00:35:22 +0300
commit070692d6fb62e98f5f60bf8583b95b499ad01aa3 (patch)
tree4797aba4365b88d7b44db3573048b3c1ac8b3746 /plugins/codmw2
parent1e36860075918e2f6c2e7c1964c467225f67893a (diff)
Small style fixes in some plugins
Diffstat (limited to 'plugins/codmw2')
-rw-r--r--plugins/codmw2/codmw2.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/codmw2/codmw2.cpp b/plugins/codmw2/codmw2.cpp
index 899e20dcc..16b08a9a5 100644
--- a/plugins/codmw2/codmw2.cpp
+++ b/plugins/codmw2/codmw2.cpp
@@ -88,13 +88,13 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
Address Type Description
===================================
- 0x0085C668 float Z-Coordinate
- 0x0085C66C float X-Coordinate
- 0x0085C670 float Y-Coordinate
- 0x0085C654 float Horizontal view (degrees)
- 0x0085C650 float Vertical view (degrees)
+ 0x008F0F78 float Z-Coordinate
+ 0x008F0F7C float X-Coordinate
+ 0x008F0F80 float Y-Coordinate
+ 0x008F0F88 float Horizontal view (degrees)
+ 0x008F0F84 float Vertical view (degrees)
- 0x007EE19D byte Magical state value
+ 0x007F7A34 byte Magical state value
*/
ok = peekProc((BYTE *) 0x007F7A34, &state, 1); // Magical state value
if (! ok)
@@ -162,7 +162,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
camera_top[i] = avatar_top[i];
}
- return ok;
+ return true;
}
static int trylock() {