From 72904c33545ec534e43108d5ecea7905b8137c42 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Wed, 31 May 2006 21:13:37 +0000 Subject: Moved Symbian call to GUI::Actions::init(); to the Symbian backend svn-id: r22811 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 739d54a255..058b157e1e 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -317,7 +317,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) { if (!Base::processSettings(command, settings)) return 0; -#if defined(__SYMBIAN32__) || defined(_WIN32_WCE) +#if defined(_WIN32_WCE) // Init keymap support. // FIXME: Fingolfin seez: Now that we don't use a detector anymore, this // could and should be moved to your OSystem::initBackend() method :-) -- cgit v1.2.3