mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 04:14:09 +00:00
clean up
This commit is contained in:
parent
b705be0e87
commit
0a36d49d2c
20 changed files with 115 additions and 302 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue