mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-10 04:20:36 +00:00
First batch of fixes (CallAndMessage)
This commit is contained in:
parent
5de4e88d7a
commit
7a3b80a9b7
15 changed files with 139 additions and 49 deletions
|
@ -251,6 +251,9 @@ GenericLoad()
|
|||
uint8 *buf;
|
||||
int32 file;
|
||||
uint32 size;
|
||||
#ifdef FIX_BUGS
|
||||
size = 0;
|
||||
#endif
|
||||
#ifdef MISSION_REPLAY
|
||||
int8 qs;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue