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
This commit is contained in:
Max Horn 2006-05-05 00:05:38 +00:00
parent f42baa6dab
commit dc2581fa09

View file

@ -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