cmake: enable game logic fixes.

This commit is contained in:
Andrey Akhmichin 2022-06-23 06:59:21 +05:00
parent 9f381a7e28
commit 7b41ea03cb
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 5 additions and 5 deletions

View File

@ -57,12 +57,12 @@ else()
option(64BIT "Disable auto -m32 appending to compiler flags" ON)
endif()
option(BARNACLE_FIX_VISIBILITY "Enable barnacle tongue length fix" OFF)
option(BARNACLE_FIX_VISIBILITY "Enable barnacle tongue length fix" ON)
option(CLIENT_WEAPONS "Enable client local weapons prediction" ON)
option(CROWBAR_IDLE_ANIM "Enable crowbar idle animation" OFF)
option(CROWBAR_DELAY_FIX "Enable crowbar attack delay fix" OFF)
option(CROWBAR_FIX_RAPID_CROWBAR "Enable rapid crowbar fix" OFF)
option(GAUSS_OVERCHARGE_FIX "Enable gauss overcharge fix" OFF)
option(CROWBAR_IDLE_ANIM "Enable crowbar idle animation" ON)
option(CROWBAR_DELAY_FIX "Enable crowbar attack delay fix" ON)
option(CROWBAR_FIX_RAPID_CROWBAR "Enable rapid crowbar fix" ON)
option(GAUSS_OVERCHARGE_FIX "Enable gauss overcharge fix" ON)
option(OEM_BUILD "Enable OEM Build" OFF)
option(HLDEMO_BUILD "Enable Demo Build" OFF)