1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 11:23:13 +00:00

disable cullzone writer

This commit is contained in:
Sergeanur 2020-01-20 23:11:12 +02:00
parent 82becdc955
commit 669374ec1a
2 changed files with 2 additions and 1 deletions

View file

@ -89,6 +89,7 @@ CCullZones::ResolveVisibilities(void)
CFileMgr::Read(fd, (char*)aPointersToBigBuildingsForTreadables, sizeof(aPointersToBigBuildingsForTreadables));
CFileMgr::CloseFile(fd);
}else{
#if 0
// TODO: implement code from mobile to generate data here
EntityIndicesUsed = 0;
BuildListForBigBuildings();
@ -113,6 +114,7 @@ CCullZones::ResolveVisibilities(void)
CFileMgr::Write(fd, (char*)&aPointersToBigBuildingsForTreadables, sizeof(aPointersToBigBuildingsForTreadables));
CFileMgr::CloseFile(fd);
}
#endif
}
}

View file

@ -11,7 +11,6 @@ public:
float minz;
float maxz;
// TODO: figure these out:
int32 m_indexStart;
int16 m_groupIndexCount[3];
int16 m_numBuildings;