Skip to content

Commit 27b0baf

Browse files
Update pes15.cpp
1 parent 1b3417e commit 27b0baf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pes15.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ void write_team_info15(team_entry team, int& current_byte, void* ghdescriptor)
673673
return;
674674
}
675675

676-
//teams.id = read_data15(0, 4 * 8, current_byte, pDescriptor15);
677-
current_byte += 0x4; //Advance past team ID
676+
write_data15(team.id, 0, 4 * 8, current_byte, pDescriptor15);
677+
//current_byte += 0x4; //Advance past team ID
678678

679679
current_byte += 0xE;
680680
write_data15(team.b_edit_name, 0, 1, current_byte, pDescriptor15);
@@ -739,3 +739,4 @@ void write_team_tactics15(team_entry team, int& current_byte, void* ghdescriptor
739739

740740
//Block length: 0x204
741741
}
742+

0 commit comments

Comments
 (0)