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:
parent
f42baa6dab
commit
dc2581fa09
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue