diff options
Diffstat (limited to 'engines/gob/inter_fascin.cpp')
| -rw-r--r-- | engines/gob/inter_fascin.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp index 51f4f92663..5e820cef02 100644 --- a/engines/gob/inter_fascin.cpp +++ b/engines/gob/inter_fascin.cpp @@ -130,7 +130,7 @@ void Inter_Fascination::oFascin_repeatUntil(OpFuncParams ¶ms) {  		_vm->_game->_script->seek(blockPos + size + 1); -		flag = _vm->_game->_script->evalBoolResult(); +		flag = _vm->_game->_script->evalBool();  		// WORKAROUND: The script of the PC version of Fascination, when the protection check  		// fails, writes on purpose everywhere in the memory in order to hang the computer. | 
