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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-01-05 18:15:36 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-01-05 18:15:36 +0300
commitec7f8cb3174fdcba42820c312c7d82d8a6487801 (patch)
treec5606b0248e01e42a367c9d193f7c8562514a150 /plugins/wolfet
parent1f33cb821b66815c764740e388916b160c836672 (diff)
Indenting update
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1382 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'plugins/wolfet')
-rw-r--r--plugins/wolfet/wolfet.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/wolfet/wolfet.cpp b/plugins/wolfet/wolfet.cpp
index 08e82ec52..914d9beae 100644
--- a/plugins/wolfet/wolfet.cpp
+++ b/plugins/wolfet/wolfet.cpp
@@ -1,4 +1,4 @@
-#define _USE_MATH_DEFINES
+#define _USE_MATH_DEFINES
#include <stdio.h>
#include <stdlib.h>
@@ -71,15 +71,15 @@ static int fetch(float *pos, float *front, float *top) {
return true; // If this magic value is !=32 we are spectating, so switch off PA
ok = peekProc((BYTE *) 0x013F79CC, pos+1, 4) && //Y
- peekProc((BYTE *) 0x013E8CF4, pos, 4) && //X
- peekProc((BYTE *) 0x013E8CF8, pos+2, 4) && //Z
- peekProc((BYTE *) 0x013F9E20, &viewHor, 4) && //Hor
- peekProc((BYTE *) 0x013F9E1C, &viewVer, 4); //Ver
+ peekProc((BYTE *) 0x013E8CF4, pos, 4) && //X
+ peekProc((BYTE *) 0x013E8CF8, pos+2, 4) && //Z
+ peekProc((BYTE *) 0x013F9E20, &viewHor, 4) && //Hor
+ peekProc((BYTE *) 0x013F9E1C, &viewVer, 4); //Ver
if (! ok)
return false;
- /*
+ /*
Z-Value is increasing when heading north
decreasing when heading south
X-Value is increasing when heading east