Home
last modified time | relevance | path

Searched refs:gWeaponsV10x (Results 1 – 4 of 4) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dconfig.h97 extern int gWeaponsV10x;
H A Dconfig.cpp116 int gWeaponsV10x; variable
670 SCRIPT_GetNumber(scripthandle, "Game Options", "WeaponsV10x", &gWeaponsV10x); in CONFIG_ReadSetup()
963 SCRIPT_PutNumber(scripthandle, "Game Options", "WeaponsV10x", gWeaponsV10x, FALSE, FALSE); in CONFIG_WriteSetup()
H A Dmenu.cpp432 …OptionsGameBoolWeaponsV10X("V1.0x WEAPONS BALANCE:", 3, 66, 130, 180, gWeaponsV10x, SetWeaponsV10X…
1175 itemOptionsGameBoolWeaponsV10X.at20 = gWeaponsV10x; in SetupOptionsMenu()
1441 gWeaponsV10x = pItem->at20; in SetWeaponsV10X()
H A Dblood.cpp604 gGameOptions.weaponsV10x = gWeaponsV10x; in StartLevel()