[Scummvm-tracker] [ScummVM] #10568: SCI: PHANT1: Crash on startup

Torbjörn Andersson trac at scummvm.org
Thu Jun 14 07:03:13 CEST 2018


#10568: SCI: PHANT1: Crash on startup
-------------------------------+-------------------------
  Reporter:  dafioram          |      Owner:  (none)
      Type:  defect            |     Status:  new
  Priority:  blocker           |  Component:  Engine: SCI
Resolution:                    |   Keywords:  sci32
      Game:  Phantasmagoria 1  |
-------------------------------+-------------------------

Comment (by eriktorbjorn):

 That makes useLarryScale false for me in both games. I hadn't seen this
 function before, but judging by how it's done in other parts of the SCI
 engine perhaps something like this would work:

 {{{
 #include "common/gui_options.h"

 ...

 const bool useLarryScale =
 Common::checkGameGUIOption(GAMEOPTION_LARRYSCALE,
 ConfMan.get("guioptions")) && ConfMan.getBool("enable_larryscale");
 }}}

--
Ticket URL: <https://bugs.scummvm.org/ticket/10568#comment:9>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list