couple of fixes

This commit is contained in:
aap
2019-07-20 14:39:38 +02:00
parent 29d7b983d7
commit 60045ec6cd
9 changed files with 22 additions and 24 deletions

View File

@ -70,7 +70,7 @@ char VehicleNames[NUMHANDLINGS][14] = {
cHandlingDataMgr::cHandlingDataMgr(void)
{
memset(this, 0, sizeof(this));
memset(this, 0, sizeof(*this));
}
void