mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
vphysix: fix saverestore crash
This commit is contained in:
@@ -136,7 +136,7 @@ void CVPhysPtrSaveRestoreOps::Save( const SaveRestoreFieldInfo_t &fieldInfo, ISa
|
||||
for ( int i = 0; i < nObjects; i++ )
|
||||
{
|
||||
pSave->WriteData( (char*)pField, sizeof(void*) );
|
||||
++pField;
|
||||
pField += sizeof(void*);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user