d_a_player_main cleanup and some demo matches (#1016)

* d_a_player_main cleanup and some demo matches

* Add unions for player_main procvars

* Make d_a_player_main fields private
This commit is contained in:
LagoLunatic
2026-05-21 19:18:46 -04:00
committed by GitHub
parent d10eaa3ef8
commit ab5659b201
50 changed files with 2670 additions and 2630 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
public:
cBgS_LinChk() { ct(); }
void ct();
void Set2(cXyz* pStart, cXyz* pEnd, fpc_ProcID actorPid);
void Set2(cXyz* pi_start, cXyz* pi_end, fpc_ProcID pi_actor);
virtual ~cBgS_LinChk() {}