Home
last modified time | relevance | path

Searched refs:loseTorch (Results 1 – 2 of 2) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima4/game/
H A Dplayer.h396 bool lightTorch(int duration = 100, bool loseTorch = true);
H A Dplayer.cpp1028 bool Party::lightTorch(int duration, bool loseTorch) { in lightTorch() argument
1029 if (loseTorch) { in lightTorch()