Home
last modified time | relevance | path

Searched refs:gSkill (Results 1 – 6 of 6) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dlevels.h109 extern int gSkill;
H A Dblood.cpp721 gProfile[i].skill = gSkill; in StartLevel()
1389 gSkill = strtoul(OptArgv[0], NULL, 0); in ParseOptions()
1390 if (gSkill < 0) in ParseOptions()
1391 gSkill = 0; in ParseOptions()
1392 else if (gSkill > 4) in ParseOptions()
1393 gSkill = 4; in ParseOptions()
H A Dlevels.cpp53 int gSkill = 2; variable
H A Ddemo.cpp352 gSkill = gGameOptions.nDifficulty; in Playback()
H A Dnetwork.cpp549 pProfile->skill = gSkill; in netBroadcastPlayerInfo()
H A Dmenu.cpp1577 gSkill = pItem->at30; in SetDifficultyAndStart()