Awesome loadscreen for ra; crashfixes

This commit is contained in:
Paul Chote
2010-08-25 01:27:52 +12:00
parent 08a60ca336
commit b17e6900ec
7 changed files with 37 additions and 5 deletions

View File

@@ -235,6 +235,9 @@ namespace OpenRA
public static void HandleKeyEvent(KeyInput e)
{
if (world == null)
return;
int sync = world.SyncHash();
if (Widget.HandleKeyPress(e))