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/sword2 | |
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/sword2')
-rw-r--r-- | engines/sword2/sword2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 0d6c486260..a171cc0c41 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -499,7 +499,7 @@ int Sword2Engine::go() { #endif } - return _eventMan->shouldRTL(); + return 0; } void Sword2Engine::restartGame() { |