mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 04:40:35 +00:00
Fix some sanitizer errors, improve POSIX streamer
This commit is contained in:
parent
ea4007a13c
commit
8c170a62ee
10 changed files with 301 additions and 158 deletions
|
@ -56,7 +56,7 @@ GetNumberOfMenuOptions(int screen)
|
|||
uint8
|
||||
GetLastMenuScreen()
|
||||
{
|
||||
uint8 page = -1;
|
||||
int8 page = -1;
|
||||
for (int i = 0; i < MENUPAGES; i++) {
|
||||
if (strcmp(aScreens[i].m_ScreenName, "") == 0 && aScreens[i].unk == 0)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue