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
|
// Not yet
|
||||||
showFirstUse();
|
showFirstUse();
|
||||||
putBackObStuff();
|
putBackObStuff();
|
||||||
} else if (data.word(kCard1money) == 0) {
|
} else if (data.word(kCard1money) != 0) {
|
||||||
// No cash
|
// No cash
|
||||||
cx = 300;
|
cx = 300;
|
||||||
al = 17;
|
al = 17;
|
||||||
showPuzText();
|
showPuzText();
|
||||||
putBackObStuff();
|
putBackObStuff();
|
||||||
return;
|
|
||||||
} else {
|
} else {
|
||||||
// Get cash
|
// Get cash
|
||||||
playChannel1(16);
|
playChannel1(16);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue