[Scummvm-git-logs] scummvm master -> 22f12e5ffb91583a0955d0e8a637aff1089459d2

eriktorbjorn eriktorbjorn at telia.com
Fri Mar 1 17:19:50 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
22f12e5ffb GLK: FROTZ: Fix confusing indentation


Commit: 22f12e5ffb91583a0955d0e8a637aff1089459d2
    https://github.com/scummvm/scummvm/commit/22f12e5ffb91583a0955d0e8a637aff1089459d2
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2019-03-01T17:19:30+01:00

Commit Message:
GLK: FROTZ: Fix confusing indentation

Changed paths:
    engines/glk/frotz/processor_streams.cpp


diff --git a/engines/glk/frotz/processor_streams.cpp b/engines/glk/frotz/processor_streams.cpp
index aedec2f..6809998 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)





More information about the Scummvm-git-logs mailing list