Start on board/main.c
This commit is contained in:
parent
eea75a7068
commit
8c951b693c
16 changed files with 679 additions and 48 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue