From 488430a06ec8868fe82bd5f759da12b02c6db40f Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 14 Sep 2004 08:52:12 +0000 Subject: _numActors should be 30 not 29 for HE 72 titles, makes HE 72 version of puttzoo work svn-id: r15111 --- scumm/scumm.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 782b21a0c0..e3ec63feb8 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1147,14 +1147,12 @@ void ScummEngine::launch() { if (_version == 8) _numActors = 80; - else if ((_version == 7) || (_gameId == GID_SAMNMAX)) + else if ((_version == 7) || (_heversion == 72) || (_gameId == GID_SAMNMAX)) _numActors = 30; else if (_gameId == GID_MANIAC) _numActors = 25; else if (_heversion >= 80) _numActors = 62; - else if (_heversion == 72) - _numActors = 29; else _numActors = 13; -- cgit v1.2.3