2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:04:56 +00:00

Merge pull request #55 from lioncash/typo

WPSC: Correct typo within WPSM's _read() function
This commit is contained in:
2019-09-06 23:20:29 -07:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ void WPSM<IDType>::_read(athena::io::YAMLDocReader& r) {
xunk_FC60.read(r);
break;
case SBIG('SPS1'):
xunk_SPS2.read(r);
xunk_SPS1.read(r);
break;
case SBIG('SPS2'):
xunk_SPS2.read(r);