Home
last modified time | relevance | path

Searched refs:skipNextTurnScreen (Results 1 – 3 of 3) sorted by relevance

/dports/games/openxcom/OpenXcom-1.0/src/Battlescape/
H A DNextTurnState.cpp108 if (Options::skipNextTurnScreen) in NextTurnState()
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DOptions.inc.h33 …strafe, forceFire, showMoreStatsInInventoryView, allowPsionicCapture, skipNextTurnScreen, disableA… variable
H A DOptions.cpp187 …_info.push_back(OptionInfo("skipNextTurnScreen", &skipNextTurnScreen, false, "STR_SKIPNEXTTURNSCRE… in create()