Enable BIND_VEHICLE_FIREWEAPON

This commit is contained in:
Sergeanur 2021-02-11 17:16:01 +02:00
parent 579ad052ed
commit e4320c02cf
3 changed files with 23 additions and 1 deletions

View file

@ -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();