diff options
| author | Einar Johan Trøan Sømåen | 2012-06-04 03:39:30 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-06-04 03:39:30 +0200 |
| commit | ff28c0215b32d1dbfb301bc29bbded619a92e40f (patch) | |
| tree | ac624efd1e4e420be7932e6962ab1f72079ab902 | |
| parent | 22602f0561cd768ad52cfc711420775848cc4a53 (diff) | |
| download | scummvm-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.cpp | 3 |
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
}
|
