summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ZoneCull.cpp2
-rw-r--r--src/core/ZoneCull.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ZoneCull.cpp b/src/core/ZoneCull.cpp
index 4d272fb4..ab7fc9ac 100644
--- a/src/core/ZoneCull.cpp
+++ b/src/core/ZoneCull.cpp
@@ -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
}
}
diff --git a/src/core/ZoneCull.h b/src/core/ZoneCull.h
index 74625563..edaa7c4b 100644
--- a/src/core/ZoneCull.h
+++ b/src/core/ZoneCull.h
@@ -11,7 +11,6 @@ public:
float minz;
float maxz;
- // TODO: figure these out:
int32 m_indexStart;
int16 m_groupIndexCount[3];
int16 m_numBuildings;