X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=matrixlib.c;h=733fca9db956e7dd6393c8050868a751049b65d3;hb=197da0b9148dfb2d1b16457df1ba1c08b86ff9c2;hp=911f9ace0de4fbc3c59de2ae1fbfab0e072bf1ee;hpb=9a443db93cbbd3419f9b53714cbbdc1409342d13;p=xonotic%2Fdarkplaces.git diff --git a/matrixlib.c b/matrixlib.c index 911f9ace..733fca9d 100644 --- a/matrixlib.c +++ b/matrixlib.c @@ -4,8 +4,8 @@ #include "matrixlib.h" #ifdef _MSC_VER -#pragma warning(disable : 4244) // LordHavoc: MSVC++ 4 x86, double/float -#pragma warning(disable : 4305) // LordHavoc: MSVC++ 6 x86, double/float +#pragma warning(disable : 4244) // LadyHavoc: MSVC++ 4 x86, double/float +#pragma warning(disable : 4305) // LadyHavoc: MSVC++ 6 x86, double/float #endif const matrix4x4_t identitymatrix = @@ -1579,7 +1579,7 @@ void Matrix4x4_ToOrigin3Quat4Float(const matrix4x4_t *m, float *origin, float *q #endif } -// LordHavoc: I got this code from: +// LadyHavoc: I got this code from: //http://www.doom3world.org/phpbb2/viewtopic.php?t=2884 void Matrix4x4_FromDoom3Joint(matrix4x4_t *m, double ox, double oy, double oz, double x, double y, double z) {