[Groundspawns] Fix issue where groundspawns appear floating high off the ground (#2930)

This commit is contained in:
Chris Miles
2023-02-15 10:52:03 -06:00
committed by GitHub
parent 90a01f7c53
commit fafa33e190
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -204,6 +204,7 @@ protected:
Timer respawn_timer;
Timer decay_timer;
void FixZ();
};
#endif