Unused variables removed. MasterServer connection updated

This commit is contained in:
EntenKoeniq
2022-03-20 09:21:41 +01:00
parent d64281e582
commit 474cba33fa
11 changed files with 34 additions and 88 deletions

View File

@ -19,7 +19,7 @@ namespace CoopClient
private ulong LastUpdate = Util.GetTickCount64();
internal static ulong Pressed { get; set; }
public static bool LeftAlign = true;
internal static bool LeftAlign = true;
/// <summary>
/// Don't use it!
@ -56,7 +56,7 @@ namespace CoopClient
)
{
Function.Call(Hash.DRAW_SCALEFORM_MOVIE, MainScaleform.Handle,
LeftAlign? LEFT_POSITION:RIGHT_POSITION, 0.3f,
LeftAlign ? LEFT_POSITION : RIGHT_POSITION, 0.3f,
0.28f, 0.6f,
255, 255, 255, 255, 0);
}