mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 22:00:33 +00:00
couple of fixes
This commit is contained in:
parent
29d7b983d7
commit
60045ec6cd
9 changed files with 22 additions and 24 deletions
|
@ -70,7 +70,7 @@ char VehicleNames[NUMHANDLINGS][14] = {
|
|||
|
||||
cHandlingDataMgr::cHandlingDataMgr(void)
|
||||
{
|
||||
memset(this, 0, sizeof(this));
|
||||
memset(this, 0, sizeof(*this));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue