Skip to content

Commit 22ac3be

Browse files
committed
Speed up loading by removing an old remnant of Turbo that is not useful in Maniaplanet.
1 parent 7d2ca49 commit 22ac3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makers/base/Scripts/Libs/TrackMania/Ingame/UI/UIPairingPads.Script.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ Void Load(Text _ModeName) {
715715
G_ModeName = _ModeName;
716716

717717
declare UI <=> UIManager.GetUI(Players[0]);
718-
declare Integer WaitForPadTimer = Now + 5000;
718+
declare Integer WaitForPadTimer = Now + 50; // Aupravant 5000 pour Turbo ? Il me semble que dans MP4 on n'utilise plus du tout ça... à voir.
719719
declare netread Integer Net_MainUserControllerId for UI;
720720
while(Net_MainUserControllerId == 0 && WaitForPadTimer > Now) {
721721
yield;

0 commit comments

Comments
 (0)