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:
parent
0a5df02134
commit
0998c64c20
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ void DreamWebEngine::checkInput() {
|
|||
}
|
||||
|
||||
void DreamWebEngine::selectSaveLoadPage() {
|
||||
commandOnlyCond(31, 244);
|
||||
commandOnlyCond(31, 254);
|
||||
|
||||
if (_mouseButton != 1 || _mouseButton == _oldButton)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue