aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/init.cpp b/engines/gob/init.cpp
index 856b088e12..730a01f744 100644
--- a/engines/gob/init.cpp
+++ b/engines/gob/init.cpp
@@ -125,7 +125,7 @@ void Init::initGame(const char *totName) {
infEnd = (char *) (infBuf + _vm->_dataIO->getDataSize("intro.inf"));
- for (int i = 0; i < 4; i++, infPtr++) {
+ for (int i = 0; i < 8; i++, infPtr++) {
int j;
for (j = 0; infPtr < infEnd && *infPtr >= ' '; j++, infPtr++)