From bd81feb9969f434e538f44ad2c82ea8e9e8821c9 Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Thu, 31 Mar 2005 05:35:04 +0000 Subject: Playstation2 Port: initial import svn-id: r17305 --- gui/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/options.cpp') diff --git a/gui/options.cpp b/gui/options.cpp index e54e6a2126..c3f21b5163 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -467,7 +467,7 @@ GlobalOptionsDialog::~GlobalOptionsDialog() { void GlobalOptionsDialog::open() { OptionsDialog::open(); -#if !( defined(__DC__) || defined(__GP32__) ) +#if !( defined(__DC__) || defined(__GP32__) || defined(__PLAYSTATION2__) ) // Set _savePath to the current save path Common::String dir(ConfMan.get("savepath", _domain)); Common::String extraPath(ConfMan.get("extrapath", _domain)); -- cgit v1.2.3