This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment | |
| ;NEXT FRAGMENT INDEX 1 | |
| Scriptname HLIO_TIF__054BBD12 Extends TopicInfo Hidden | |
| ;BEGIN FRAGMENT Fragment_0 | |
| Function Fragment_0(ObjectReference akSpeakerRef) | |
| Actor akSpeaker = akSpeakerRef as Actor | |
| ;BEGIN CODE | |
| (HLIORemiFollower as HLIORemiController).DismissFollower(0,0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| Remove LineBreaks from the beginning of loading screen description | |
| } | |
| unit LegendaryLoadingScreenTextFix; | |
| var element : TString; | |
| function Process(e: IInterface): integer; | |
| begin | |
| if Signature(e) <> 'LSCR' then exit; |