diff options
author | Max Horn | 2008-09-03 16:56:40 +0000 |
---|---|---|
committer | Max Horn | 2008-09-03 16:56:40 +0000 |
commit | d3642080def2d9ae5035724dab00565547a52a5e (patch) | |
tree | 315221bf3ab0185c4b885e1bf1f111d117a42664 /engines/touche | |
parent | e802acca0b09a8e0475dbfbe2e6f6a865072e26d (diff) | |
download | scummvm-rg350-d3642080def2d9ae5035724dab00565547a52a5e.tar.gz scummvm-rg350-d3642080def2d9ae5035724dab00565547a52a5e.tar.bz2 scummvm-rg350-d3642080def2d9ae5035724dab00565547a52a5e.zip |
Moved check for shouldRTL() from engines to scummvm_main
svn-id: r34310
Diffstat (limited to 'engines/touche')
-rw-r--r-- | engines/touche/touche.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.cpp b/engines/touche/touche.cpp index d1d7528517..e122187dcd 100644 --- a/engines/touche/touche.cpp +++ b/engines/touche/touche.cpp @@ -111,7 +111,7 @@ int ToucheEngine::go() { res_deallocateTables(); res_closeDataFile(); - return _eventMan->shouldRTL(); + return 0; } void ToucheEngine::restart() { |