DREAMWEB: Fix regression in diaryKeyN
This commit is contained in:
parent
6c443ab5fe
commit
15d053a805
1 changed files with 5 additions and 0 deletions
|
@ -4183,6 +4183,11 @@ void DreamGenContext::diaryKeyN() {
|
|||
commandOnly(23);
|
||||
}
|
||||
|
||||
if (!data.word(kMousebutton) ||
|
||||
data.word(kOldbutton) == data.word(kMousebutton) ||
|
||||
data.byte(kPresscount))
|
||||
return; // notkeyn
|
||||
|
||||
playChannel1(16);
|
||||
data.byte(kPresscount) = 12;
|
||||
data.byte(kPressed) = 'N';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue