diff options
| -rw-r--r-- | engines/glk/frotz/processor_streams.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/processor_streams.cpp b/engines/glk/frotz/processor_streams.cpp index aedec2f6cf..68099985f2 100644 --- a/engines/glk/frotz/processor_streams.cpp +++ b/engines/glk/frotz/processor_streams.cpp @@ -189,8 +189,8 @@ continue_input:  	// Handle timeouts  	if (key == ZC_TIME_OUT) -	if (direct_call(routine) == 0) -		goto continue_input; +		if (direct_call(routine) == 0) +			goto continue_input;  	// Copy input line to transscript file or to the screen  	if (ostream_script && enable_scripting && !no_scripting)  | 
