From 561309eaa2fb2d5298567366068ac9daafc7c2f7 Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sun, 19 Aug 2018 16:29:41 +0200 Subject: MUTATIONOFJB: Fix missing lines between block ends. --- engines/mutationofjb/script.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/mutationofjb/script.cpp') diff --git a/engines/mutationofjb/script.cpp b/engines/mutationofjb/script.cpp index fb148c163f..01aef2c481 100644 --- a/engines/mutationofjb/script.cpp +++ b/engines/mutationofjb/script.cpp @@ -87,8 +87,7 @@ ScriptParseContext::ScriptParseContext(Common::SeekableReadStream &stream) : _stream(stream), _currentCommand(nullptr), _lastCommand(nullptr), - _pendingRandomCommand(nullptr) -{} + _pendingRandomCommand(nullptr) {} bool ScriptParseContext::readLine(Common::String &line) { do { -- cgit v1.2.3