diff options
author | Lars Persson | 2007-06-11 19:30:24 +0000 |
---|---|---|
committer | Lars Persson | 2007-06-11 19:30:24 +0000 |
commit | 86f433b3c41500a456dcbf523a0cb51b848966a9 (patch) | |
tree | e2b7b7fc762e4bf5e5a2813928d0d11ee142b53b /backends/platform/symbian/src | |
parent | cdc11961d4378c4d25b3948801ebf3df2d1f6cfc (diff) | |
download | scummvm-rg350-86f433b3c41500a456dcbf523a0cb51b848966a9.tar.gz scummvm-rg350-86f433b3c41500a456dcbf523a0cb51b848966a9.tar.bz2 scummvm-rg350-86f433b3c41500a456dcbf523a0cb51b848966a9.zip |
Include Kyra.dat and sky.cpt in the sis file. queen.tbl not included due to the size.
svn-id: r27364
Diffstat (limited to 'backends/platform/symbian/src')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp index 8da3207dff..c992c97316 100644 --- a/backends/platform/symbian/src/SymbianOS.cpp +++ b/backends/platform/symbian/src/SymbianOS.cpp @@ -106,10 +106,7 @@ OSystem_SDL_Symbian::OSystem_SDL_Symbian() :_channels(0),_stereo_mix_buffer(0) { } void OSystem_SDL_Symbian::initBackend() { - char predfile[256]; - strcpy(predfile, Symbian::GetExecutablePath()); - strcat(predfile, "pred.dic"); - ConfMan.set("predictive_dictionary", predfile); + ConfMan.set("extrapath", Symbian::GetExecutablePath()); ConfMan.setBool("FM_high_quality", false); #if !defined(S60) || defined(S60V3) // S60 has low quality as default ConfMan.setBool("FM_medium_quality", true); |