mirror of https://github.com/stella-emu/stella.git
Forgot to re-initialize on load() in Playfield.
This commit is contained in:
parent
c73c606638
commit
d9304fa06b
|
@ -269,6 +269,9 @@ bool Playfield::load(Serializer& in)
|
|||
myPf2 = in.getByte();
|
||||
|
||||
myX = in.getInt();
|
||||
|
||||
applyColors();
|
||||
updatePattern();
|
||||
}
|
||||
catch(...)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue