diff options
author | Torbjörn Andersson | 2012-01-11 23:38:37 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2012-01-11 23:38:37 +0100 |
commit | 0998c64c20f5e1d24da28531b26f327114bcd57d (patch) | |
tree | 340cc6b732e02acb4aba3e71f389d4312ea5c890 | |
parent | 0a5df02134976d648f0fd212cba6161fba5cec32 (diff) | |
download | scummvm-rg350-0998c64c20f5e1d24da28531b26f327114bcd57d.tar.gz scummvm-rg350-0998c64c20f5e1d24da28531b26f327114bcd57d.tar.bz2 scummvm-rg350-0998c64c20f5e1d24da28531b26f327114bcd57d.zip |
DREAMWEB: Change selectSaveLoadPage()'s command type to be unique
At Filippos's and wjp's suggestion. I don't really understand what
it does (other than printing the mouse over text), so I had simply
copied and pasted from another function.
-rw-r--r-- | engines/dreamweb/saveload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/saveload.cpp b/engines/dreamweb/saveload.cpp index b1d2b0aac8..3f2c922feb 100644 --- a/engines/dreamweb/saveload.cpp +++ b/engines/dreamweb/saveload.cpp @@ -774,7 +774,7 @@ void DreamWebEngine::checkInput() { } void DreamWebEngine::selectSaveLoadPage() { - commandOnlyCond(31, 244); + commandOnlyCond(31, 254); if (_mouseButton != 1 || _mouseButton == _oldButton) return; |