Fix typo breaking old savestates.

This commit is contained in:
Unknown W. Brackets 2014-12-29 08:53:19 -08:00
parent fd1a748b63
commit 3d29b0d278

View File

@ -173,7 +173,7 @@ public:
}
void DoState(PointerWrap &p) override {
auto s = p.Section("FileNode", 2);
auto s = p.Section("FileNode", 1, 2);
if (!s)
return;