Skip to content

Commit

Permalink
Speed up loading by removing an old remnant of Turbo that is not usef…
Browse files Browse the repository at this point in the history
…ul in Maniaplanet.
  • Loading branch information
Aessi committed Apr 8, 2019
1 parent 7d2ca49 commit 22ac3be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ Void Load(Text _ModeName) {
G_ModeName = _ModeName;

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

0 comments on commit 22ac3be

Please sign in to comment.