mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 22:34:09 +00:00
64-bit on Windows
This commit is contained in:
parent
8117bcb56f
commit
732b760829
56 changed files with 13368 additions and 106 deletions
|
@ -922,7 +922,7 @@ void CScrollBar::Update()
|
|||
break;
|
||||
}
|
||||
|
||||
m_MessageLength = strlen(m_pMessage);
|
||||
m_MessageLength = (uint32)strlen(m_pMessage);
|
||||
m_MessageCurrentChar = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue