[Ground Spawns] Convert Ground Spawns to Repositories (#3967)

# Notes
- Convert `LoadGroundSpawns()` to repositories.
This commit is contained in:
Alex King
2024-01-12 23:41:08 -05:00
committed by GitHub
parent 71f78b757e
commit eb33e5a064
10 changed files with 58 additions and 52 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ bool Zone::IsSpecialBindLocation(const glm::vec4& location)
//this also just loads into entity_list, not really into zone
bool Zone::LoadGroundSpawns() {
Ground_Spawns groundspawn;
GroundSpawns groundspawn;
memset(&groundspawn, 0, sizeof(groundspawn));
int gsindex=0;