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.
This commit is contained in:
Torbjörn Andersson 2012-01-11 23:38:37 +01:00
parent 0a5df02134
commit 0998c64c20

View file

@ -774,7 +774,7 @@ void DreamWebEngine::checkInput() {
}
void DreamWebEngine::selectSaveLoadPage() {
commandOnlyCond(31, 244);
commandOnlyCond(31, 254);
if (_mouseButton != 1 || _mouseButton == _oldButton)
return;