aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-04 03:39:30 +0200
committerEinar Johan Trøan Sømåen2012-06-04 03:39:30 +0200
commitff28c0215b32d1dbfb301bc29bbded619a92e40f (patch)
treeac624efd1e4e420be7932e6962ab1f72079ab902
parent22602f0561cd768ad52cfc711420775848cc4a53 (diff)
downloadscummvm-rg350-ff28c0215b32d1dbfb301bc29bbded619a92e40f.tar.gz
scummvm-rg350-ff28c0215b32d1dbfb301bc29bbded619a92e40f.tar.bz2
scummvm-rg350-ff28c0215b32d1dbfb301bc29bbded619a92e40f.zip
WINTERMUTE: Let SystemFontPath be empty for now.
-rw-r--r--engines/wintermute/PlatformSDL.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/wintermute/PlatformSDL.cpp b/engines/wintermute/PlatformSDL.cpp
index b80d742da3..bf13dced4e 100644
--- a/engines/wintermute/PlatformSDL.cpp
+++ b/engines/wintermute/PlatformSDL.cpp
@@ -510,7 +510,8 @@ AnsiString CBPlatform::GetSystemFontPath() {
return PathUtil::Combine(AnsiString(winDir), "fonts");
#else
// !PORTME
- return "/Library/Fonts/";
+ //return "/Library/Fonts/";
+ return "";
#endif
}