mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 15:44:09 +00:00
Enable BIND_VEHICLE_FIREWEAPON
This commit is contained in:
parent
579ad052ed
commit
e4320c02cf
3 changed files with 23 additions and 1 deletions
|
@ -3135,7 +3135,11 @@ CMenuManager::SaveSettings()
|
|||
{
|
||||
#ifndef LOAD_INI_SETTINGS
|
||||
static char RubbishString[48] = "stuffmorestuffevenmorestuff etc";
|
||||
#ifdef BIND_VEHICLE_FIREWEAPON
|
||||
static int SomeVersion = 4;
|
||||
#else
|
||||
static int SomeVersion = 3;
|
||||
#endif
|
||||
|
||||
CFileMgr::SetDirMyDocuments();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue