Async motd grab. Client and server version in MasterServerQuery

This commit is contained in:
Caleb Anderson
2010-10-02 00:50:35 -05:00
parent 9a2fd38ab6
commit cfe705531a
3 changed files with 37 additions and 28 deletions

View File

@@ -47,6 +47,12 @@ namespace OpenRA.Widgets
UpdateScrollBuffer();
}
public void ResetScroll()
{
ScrollLocation = 0;
ScrollTick = 0;
}
private void UpdateScrollBuffer()
{
ScrollTick++;