diff options
author | Max Horn | 2006-05-05 00:05:38 +0000 |
---|---|---|
committer | Max Horn | 2006-05-05 00:05:38 +0000 |
commit | dc2581fa0950c19213c92688f778a36041923137 (patch) | |
tree | ac6b4f380c3454308c7470d8e6085a3e5f919a61 /base | |
parent | f42baa6dabf82191e3a56e5115fe0e345d101c6c (diff) | |
download | scummvm-rg350-dc2581fa0950c19213c92688f778a36041923137.tar.gz scummvm-rg350-dc2581fa0950c19213c92688f778a36041923137.tar.bz2 scummvm-rg350-dc2581fa0950c19213c92688f778a36041923137.zip |
Fingolfin just remembered *why* GUI::Actions::init() is called in scummvm_main, but luckily those reasons are gone now, so let's fix this :-)
svn-id: r22353
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp index 6dfd3f6306..f4b2ff96bd 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -328,7 +328,8 @@ extern "C" int scummvm_main(int argc, char *argv[]) { #if defined(__SYMBIAN32__) || defined(_WIN32_WCE) // Init keymap support. - // FIXME: Fingolfin asks: why is this not in your OSystem::initBackend method??? + // FIXME: Fingolfin seez: Now that we don't use a detector anymore, this + // could and should be moved to your OSystem::initBackend() method :-) GUI::Actions::init(); #endif |