From 166ea5bcee36aaab30ea6b7764bdc9872fc2dcf2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 31 Dec 2002 02:09:57 +0000 Subject: get rid of DUMP_SCRIPTS; in its place, added run time option '-u' to enabled script dumping svn-id: r6284 --- scumm/scumm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/scumm.h') diff --git a/scumm/scumm.h b/scumm/scumm.h index 78b3e9c5c2..0a70e86e0b 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -377,6 +377,7 @@ public: int16 _virtual_mouse_x, _virtual_mouse_y; int _bootParam; + bool _dumpScripts; uint16 _debugMode, _soundCardType; /* Not sure where this stuff goes */ -- cgit v1.2.3