From f5caac359d496414f86b2b42affbca41c011f2c0 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Tue, 6 May 2003 08:55:49 +0000 Subject: Fix a bug with PalmOS svn-id: r7368 --- scumm/debugger.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp index babda06a6a..68605ad777 100644 --- a/scumm/debugger.cpp +++ b/scumm/debugger.cpp @@ -46,6 +46,7 @@ ScummDebugger::ScummDebugger() { _dvar_count = 0; _dcmd_count = 0; _detach_now = false; + errStr = NULL; } // Initialisation Functions -- cgit v1.2.3