mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-11 03:25:52 +00:00
Fix WorldTeleporter derp
This commit is contained in:
parent
1a9ca77603
commit
9579900706
@ -24,7 +24,7 @@ void WorldTeleporter::Enumerate(typename Op::StreamT& s) {
|
|||||||
Do<Op>({"strg"}, strg, s);
|
Do<Op>({"strg"}, strg, s);
|
||||||
Do<Op>({"fadeWhite"}, fadeWhite, s);
|
Do<Op>({"fadeWhite"}, fadeWhite, s);
|
||||||
Do<Op>({"charFadeInTime"}, charFadeInTime, s);
|
Do<Op>({"charFadeInTime"}, charFadeInTime, s);
|
||||||
Do<Op>({"charsPerSecond"}, charFadeInTime, s);
|
Do<Op>({"charsPerSecond"}, charsPerSecond, s);
|
||||||
Do<Op>({"showDelay"}, showDelay, s);
|
Do<Op>({"showDelay"}, showDelay, s);
|
||||||
|
|
||||||
if (propertyCount == 26) {
|
if (propertyCount == 26) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user