Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/commands/
H A Drandomcommand.cpp90 _chosenNext(nullptr) { in RandomCommand()
99 _chosenNext = _choices[choice]; in execute()
104 return _chosenNext; in next()
H A Drandomcommand.h65 Command *_chosenNext; variable
/dports/games/scummvm/scummvm-2.5.1/engines/mutationofjb/commands/
H A Drandomcommand.cpp90 _chosenNext(nullptr) { in RandomCommand()
99 _chosenNext = _choices[choice]; in execute()
104 return _chosenNext; in next()
H A Drandomcommand.h65 Command *_chosenNext; variable