diff options
author | aap <aap@papnet.eu> | 2019-05-30 00:47:33 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-30 00:47:33 +0200 |
commit | 0a36d49d2cd4346dc99a52155e2599917c1e6a42 (patch) | |
tree | 9d07fa357fca32b4dfa56b6f52584fdf2c349a30 /src/render/Sprite.cpp | |
parent | b705be0e873a3b93c561a7945748328604e48f21 (diff) |
clean up
Diffstat (limited to 'src/render/Sprite.cpp')
-rw-r--r-- | src/render/Sprite.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/render/Sprite.cpp b/src/render/Sprite.cpp index 509564ac..900b4dba 100644 --- a/src/render/Sprite.cpp +++ b/src/render/Sprite.cpp @@ -4,12 +4,6 @@ #include "Camera.h" #include "Sprite.h" -// Get rid of bullshit windows definitions, we're not running on an 8086 -#ifdef far -#undef far -#undef near -#endif - float &CSprite::m_f2DNearScreenZ = *(float*)0x8F1ABC; float &CSprite::m_f2DFarScreenZ = *(float*)0x8F2C94; float &CSprite::m_fRecipNearClipPlane = *(float*)0x8F5FFC; |