mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 06:44:09 +00:00
Merge branch 'miami' into lcs
# Conflicts: # src/control/CarCtrl.cpp # src/control/Script4.cpp # src/core/Frontend.cpp
This commit is contained in:
commit
138abb91f6
51 changed files with 293 additions and 313 deletions
|
@ -540,7 +540,11 @@ GetNameOfSavedGame(int32 slot)
|
|||
bool
|
||||
CheckDataNotCorrupt(int32 slot, char *name)
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
char filename[MAX_PATH];
|
||||
#else
|
||||
char filename[100];
|
||||
#endif
|
||||
|
||||
int32 blocknum = 0;
|
||||
eLevelName level = LEVEL_GENERIC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue