Start on board/main.c

This commit is contained in:
gamemasterplc 2024-01-01 22:34:17 -06:00
parent eea75a7068
commit 8c951b693c
16 changed files with 679 additions and 48 deletions

View file

@ -356,7 +356,7 @@ void BoardWinPlayerSet(s32 player) {
s32 i;
if (player == -1) {
temp = GWSystem.story;
temp = GWSystem.party;
if (temp != 1) {
for (i = 0, disablePlayer = i; i < 4; i++) {
if (GWPlayer[i].com != 0) {