The debug() call at the top of Talk::defaultAnimation
(queen/talk.cpp, line 736) dereferences the
"parameters" argument without checking whether it is
NULL. This causes scummvm to die on SIGSEGV e.g. when
talking to Faye immediately after the plane crashes.
SCUMMVM version: CVS head as of 2004-08-16
$ scummvm -v
ScummVM 0.7.0CVS (Aug 16 2004 21:20:20)
Game version: FOTAQ_Floppy, downloaded via:
http://prdownloads.sourceforge.net/scummvm/FOTAQ_Floppy.zip?download
$ md5sum FOTAQ_Floppy.zip
eafb6bc4edc6255b871477cfc54312de FOTAQ_Floppy.zip
Logged In: YES
user_id=230314
Oops... that debug() call should have been gone with my
recent "cleanup commits"...