Match remaining CScriptWorldTeleporter constructor

This commit is contained in:
2022-11-16 13:19:24 -08:00
parent 58dfd69437
commit 6a293cfa82
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ public:
CAssetId backgroundModel, const CVector3f& backgroundScale,
bool upElevator, ushort soundId, uchar volume, uchar panning);
CScriptWorldTeleporter(TUniqueId uid, const rstl::string& name, const CEntityInfo& info,
bool active, CAssetId worldId, CAssetId areaId, ushort soundId,
bool active, CAssetId worldId, CAssetId areaId, int soundId,
uchar volume, uchar panning, CAssetId fontId, CAssetId stringId,
bool fadeWhite, float charFadeIn, float charsPerSecond, float showDelay);
~CScriptWorldTeleporter();