mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-10 23:44:09 +00:00
removed renderer stuff
This commit is contained in:
parent
76a564df2e
commit
196a13b1cc
|
@ -911,14 +911,6 @@ CRenderer::RenderCollisionLines(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// unused
|
|
||||||
void
|
|
||||||
CRenderer::RenderBlockBuildingLines(void)
|
|
||||||
{
|
|
||||||
for(BlockedRange *br = pFullBlockedRanges; br; br = br->next)
|
|
||||||
printf("Blocked: %f %f\n", br->a, br->b);
|
|
||||||
}
|
|
||||||
|
|
||||||
enum Visbility
|
enum Visbility
|
||||||
{
|
{
|
||||||
VIS_INVISIBLE,
|
VIS_INVISIBLE,
|
||||||
|
|
|
@ -71,8 +71,6 @@ public:
|
||||||
static void RenderFirstPersonVehicle(void);
|
static void RenderFirstPersonVehicle(void);
|
||||||
|
|
||||||
static void RenderCollisionLines(void);
|
static void RenderCollisionLines(void);
|
||||||
// unused
|
|
||||||
static void RenderBlockBuildingLines(void);
|
|
||||||
|
|
||||||
static int32 SetupEntityVisibility(CEntity *ent);
|
static int32 SetupEntityVisibility(CEntity *ent);
|
||||||
static int32 SetupBigBuildingVisibility(CEntity *ent);
|
static int32 SetupBigBuildingVisibility(CEntity *ent);
|
||||||
|
|
Loading…
Reference in a new issue