mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 07:04:08 +00:00
revert accident
This commit is contained in:
parent
2814f2e8cf
commit
f6fb473cf9
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ GenericLoad()
|
|||
#endif
|
||||
ReadDataFromBufferPointer(buf, CGame::currArea);
|
||||
ReadDataFromBufferPointer(buf, CVehicle::bAllTaxisHaveNitro);
|
||||
buf += align4bytes(sizeof(CPad::bInvertLook4Pad));
|
||||
ReadDataFromBufferPointer(buf, CPad::bInvertLook4Pad);
|
||||
ReadDataFromBufferPointer(buf, CTimeCycle::m_ExtraColour);
|
||||
ReadDataFromBufferPointer(buf, CTimeCycle::m_bExtraColourOn);
|
||||
ReadDataFromBufferPointer(buf, CTimeCycle::m_ExtraColourInter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue