mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-03 23:14:09 +00:00
Store all settings in .INI
This commit is contained in:
parent
f85b5e99ed
commit
73f1340afb
14 changed files with 432 additions and 130 deletions
|
@ -345,7 +345,11 @@ GenericLoad()
|
|||
#endif
|
||||
ReadDataFromBufferPointer(buf, CGame::currArea);
|
||||
ReadDataFromBufferPointer(buf, CVehicle::bAllTaxisHaveNitro);
|
||||
#ifdef LOAD_INI_SETTINGS
|
||||
buf += align4bytes(sizeof(CPad::bInvertLook4Pad));
|
||||
#else
|
||||
ReadDataFromBufferPointer(buf, CPad::bInvertLook4Pad);
|
||||
#endif
|
||||
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