mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 04:12:34 +01:00
- teporarily disable ProcessDentLump
This commit is contained in:
parent
09c148299b
commit
526b5fc703
@ -707,6 +707,9 @@ unsigned char gHDCarDamageLevels[5][255];
|
||||
// [D]
|
||||
void ProcessDentLump(char *lump_ptr, int lump_size)
|
||||
{
|
||||
// [A] This function causes buffer overrun and corrupts HEAP
|
||||
UNIMPLEMENTED();
|
||||
/*
|
||||
unsigned char uVar1;
|
||||
int *local_v1_316;
|
||||
int *piVar2;
|
||||
@ -718,6 +721,8 @@ void ProcessDentLump(char *lump_ptr, int lump_size)
|
||||
int iVar8;
|
||||
int iVar9;
|
||||
|
||||
|
||||
|
||||
iVar6 = 0;
|
||||
do {
|
||||
iVar3 = MissionHeader->residentModels[iVar6];
|
||||
@ -851,7 +856,7 @@ void ProcessDentLump(char *lump_ptr, int lump_size)
|
||||
*(unsigned char *)((int)piVar2 + 0xe) = uVar1;
|
||||
}
|
||||
iVar6 = iVar7;
|
||||
} while (iVar7 < 5);
|
||||
} while (iVar7 < 5);*/
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user