V1.1.6.202103231020 Fixing simmed game opening batter
Fixed the issue of opening batter ID showing as 0 when simming to top of last or simming full game. This was fixed by moving the nextbatter procedure call from the end of the simming loops to the beginning of the loops. Fixed the issue when simming full game, the home team’s full row of buttons were disabled in the line score. Removed the ‘if not simming’ conditions in the toggleHomeInningButton procedure. This game log should be all correct after the recent fixes (the numbers in parentheses are the in-game play codes, just ignore them): Inning 1, PEN batting (30) 327 flies out on a 1-0 count. Error made; 327 reached 1st safely. (1) 315 strikes out. 1 out. (20) 323 grounds out on a 0-0 count. 327 advances to 2nd. 2 out. (1) 309 strikes out. 3 out. End of inning. Runs: 0, Hits: 0, Errors: 1, Walks: 0, Left on base: 1, Pitches: TBA Inning 1, BRS batting (1) 423 strikes out. 1 out. (1) 410 strikes out. 2 out. (12) 421 doubles on a 0-0 co...