Match remaining CScriptWorldTeleporter constructor

Former-commit-id: 6a293cfa82
This commit is contained in:
2022-11-16 13:19:24 -08:00
parent 56386cecc0
commit 8e96fba1fb
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();