mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:19:00 +00:00
Fix CPager::Process loop
This commit is contained in:
parent
d61430fbba
commit
17441c972b
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ CPager::Process()
|
|||
while (i < NUMPAGERMESSAGES-1) {
|
||||
if (m_messages[i + 1].m_pText == nil) break;
|
||||
m_messages[i] = m_messages[i + 1];
|
||||
i++;
|
||||
}
|
||||
m_messages[i].m_pText = nil;
|
||||
if (m_messages[0].m_pText != nil)
|
||||
|
|
Loading…
Reference in a new issue