Kawe Mazidjatari b1e1765124 Set the correct datatype for what was originally 'm_bSplitScreenConnect'
Bool is a char on this platform, and UINT8_MAX is 0xff (255), yet we set this char to 256 causing arithmetic overflow. Looking at the assembly of the game, this really is a uint16_t, and gets set to 256 in CHostState::Init, parsed to State_NewGame as 256 before the lowbyte is being reset to 0.
2022-09-09 20:16:55 +02:00
..
2022-09-09 19:47:31 +02:00
2022-09-09 19:47:31 +02:00
2022-09-09 19:47:31 +02:00
2022-08-09 03:02:00 +02:00
2022-09-09 19:47:31 +02:00
2022-08-18 02:15:23 +02:00
2022-08-14 18:35:01 +02:00
2022-08-13 11:24:55 +02:00
2022-04-18 03:35:24 +02:00
2022-08-09 03:02:00 +02:00
2022-09-09 19:47:31 +02:00
2022-08-22 03:53:38 +02:00
2022-08-19 21:33:31 +02:00
2022-08-19 21:33:31 +02:00
2022-05-25 14:18:29 +02:00
2022-08-14 18:35:01 +02:00
2022-08-14 18:35:01 +02:00
2022-08-30 20:04:59 +02:00
2022-08-30 20:04:59 +02:00
2022-09-09 19:47:31 +02:00
2022-08-31 02:15:54 +02:00
2022-08-29 01:14:53 +02:00
2022-08-09 03:02:00 +02:00