Forgot to re-initialize on load() in Playfield.

This commit is contained in:
Stephen Anthony 2017-02-11 22:37:11 -03:30
parent c73c606638
commit d9304fa06b
1 changed files with 3 additions and 0 deletions

View File

@ -269,6 +269,9 @@ bool Playfield::load(Serializer& in)
myPf2 = in.getByte();
myX = in.getInt();
applyColors();
updatePattern();
}
catch(...)
{