mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 11:04:09 +00:00
m_nWantedLevel -> GetWantedLevel()
This commit is contained in:
parent
1999427225
commit
d1317f8fa6
25 changed files with 77 additions and 77 deletions
|
@ -347,7 +347,7 @@ GenericLoad()
|
|||
#endif
|
||||
ReadDataFromBufferPointer(buf, CGame::currArea);
|
||||
ReadDataFromBufferPointer(buf, CVehicle::bAllTaxisHaveNitro);
|
||||
ReadDataFromBufferPointer(buf, CPad::bInvertLook4Pad);
|
||||
buf += align4bytes(sizeof(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