2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 16:59:12 +00:00

Windows Fixes

This commit is contained in:
2016-03-22 11:35:52 -07:00
parent 7c99de82ec
commit 6301af3133
7 changed files with 35 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ CGuiBackground* CGuiBackground::Create(CGuiFrame* frame, CInputStream& in, bool
in.readUint32Big();
in.readUint32Big();
in.readUint32Big();
return nullptr;
}
}