mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-13 06:49:16 +00:00
bug fix
This commit is contained in:
parent
a01b14f301
commit
63611408b1
|
@ -221,6 +221,7 @@ void
|
|||
CText::LoadMissionText(char *MissionTableName)
|
||||
{
|
||||
char filename[32];
|
||||
CMessages::ClearAllMessagesDisplayedByGame();
|
||||
|
||||
mission_keyArray.Unload();
|
||||
mission_data.Unload();
|
||||
|
@ -532,4 +533,4 @@ void
|
|||
TextCopy(wchar *dst, const wchar *src)
|
||||
{
|
||||
while((*dst++ = *src++) != '\0');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue