DREAMWEB: Fix regression in useCardReader1
This commit is contained in:
parent
7445c62a71
commit
4951140371
1 changed files with 1 additions and 2 deletions
|
@ -1038,13 +1038,12 @@ void DreamGenContext::useCardReader1() {
|
|||
// Not yet
|
||||
showFirstUse();
|
||||
putBackObStuff();
|
||||
} else if (data.word(kCard1money) == 0) {
|
||||
} else if (data.word(kCard1money) != 0) {
|
||||
// No cash
|
||||
cx = 300;
|
||||
al = 17;
|
||||
showPuzText();
|
||||
putBackObStuff();
|
||||
return;
|
||||
} else {
|
||||
// Get cash
|
||||
playChannel1(16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue