mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 14:04:09 +00:00
CGame done, Peds, fixes
This commit is contained in:
parent
24e74f785e
commit
3e549a7d44
21 changed files with 480 additions and 503 deletions
|
@ -29,7 +29,9 @@ bool gOccluderCoorsValid[8];
|
|||
CVector gOccluderCoorsOnScreen[8];
|
||||
CVector gOccluderCoors[8];
|
||||
|
||||
#ifndef MASTER
|
||||
bool bDisplayOccDebugStuff;
|
||||
#endif
|
||||
|
||||
void
|
||||
COcclusion::Init(void)
|
||||
|
@ -39,7 +41,9 @@ COcclusion::Init(void)
|
|||
NearbyList = -1;
|
||||
ListWalkThroughFA = -1;
|
||||
PreviousListWalkThroughFA = -1;
|
||||
#ifndef MASTER
|
||||
bDisplayOccDebugStuff = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -436,6 +440,7 @@ bool COcclusion::IsPositionOccluded(CVector pos, float side) {
|
|||
return false;
|
||||
}
|
||||
|
||||
#ifndef MASTER
|
||||
#include "Lines.h"
|
||||
|
||||
RwIm2DVertex vertexbufferT[2];
|
||||
|
@ -476,3 +481,4 @@ void COcclusion::Render() {
|
|||
|
||||
DefinedState();
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue