aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/script.cpp
diff options
context:
space:
mode:
authorĽubomír Remák2018-08-19 16:29:41 +0200
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit561309eaa2fb2d5298567366068ac9daafc7c2f7 (patch)
treeaa15622ec2847a9308bc9e560af53ee5613aa9a7 /engines/mutationofjb/script.cpp
parent9f1c628d4bfbd6600ceb67b5b872cf08825dc1e4 (diff)
downloadscummvm-rg350-561309eaa2fb2d5298567366068ac9daafc7c2f7.tar.gz
scummvm-rg350-561309eaa2fb2d5298567366068ac9daafc7c2f7.tar.bz2
scummvm-rg350-561309eaa2fb2d5298567366068ac9daafc7c2f7.zip
MUTATIONOFJB: Fix missing lines between block ends.
Diffstat (limited to 'engines/mutationofjb/script.cpp')
-rw-r--r--engines/mutationofjb/script.cpp3
1 files changed, 1 insertions, 2 deletions
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 {