mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-12 05:25:52 +00:00
Merge pull request #55 from lioncash/typo
WPSC: Correct typo within WPSM's _read() function
This commit is contained in:
commit
c2777b42f8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user