C64: Had the flag with the wrong polarity. Thanks, C64Anabalt.
This commit is contained in:
parent
691577499f
commit
579ffe5c25
|
@ -181,7 +181,7 @@
|
|||
{
|
||||
spr.Dma = true;
|
||||
spr.Mcbase = 0;
|
||||
spr.YCrunch = !spr.YExpand;
|
||||
spr.YCrunch = spr.YExpand;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue