diff options
author | Lars Persson | 2008-09-05 18:49:13 +0000 |
---|---|---|
committer | Lars Persson | 2008-09-05 18:49:13 +0000 |
commit | f88ad12952d9f29a66a7ad62b09c8a35d2999434 (patch) | |
tree | 11e5427c6759f72b0e561c594713308d91677ba7 /backends/platform | |
parent | 2c36f00ff2c3ed2b09880dbc53f13fd85e2f21f9 (diff) | |
download | scummvm-rg350-f88ad12952d9f29a66a7ad62b09c8a35d2999434.tar.gz scummvm-rg350-f88ad12952d9f29a66a7ad62b09c8a35d2999434.tar.bz2 scummvm-rg350-f88ad12952d9f29a66a7ad62b09c8a35d2999434.zip |
Change location of create fs factory for Symbian!
svn-id: r34362
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/symbian/src/SymbianOS.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/platform/symbian/src/SymbianOS.cpp b/backends/platform/symbian/src/SymbianOS.cpp index a18b5e12a4..ac63137f6a 100644 --- a/backends/platform/symbian/src/SymbianOS.cpp +++ b/backends/platform/symbian/src/SymbianOS.cpp @@ -137,6 +137,7 @@ OSystem_SDL_Symbian::zoneDesc OSystem_SDL_Symbian::_zones[TOTAL_ZONES] = { }; OSystem_SDL_Symbian::OSystem_SDL_Symbian() :_channels(0),_stereo_mix_buffer(0) { _RFs = &CEikonEnv::Static()->FsSession(); + _fsFactory = new SymbianFilesystemFactory(); } void OSystem_SDL_Symbian::initBackend() { @@ -160,8 +161,6 @@ void OSystem_SDL_Symbian::initBackend() { actions->initInstanceMain(this); actions->loadMapping(); initZones(); - - _fsFactory = new SymbianFilesystemFactory(); } OSystem_SDL_Symbian::~OSystem_SDL_Symbian() { |