mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 17:47:41 +00:00
Match remaining CScriptWorldTeleporter constructor
Former-commit-id: 6a293cfa82
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user