mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
Fix WorldTeleporter derp
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user