Removed the need to compile resource file for game executable.

This commit is contained in:
Matthew Bowra-Dean
2010-02-17 21:53:21 +13:00
parent eb977c766f
commit dd154a0a76
4 changed files with 3 additions and 206 deletions

View File

@@ -51,7 +51,7 @@ namespace OpenRa
public MainWindow(Settings settings)
{
Icon = Resources1.OpenRA;
//Icon = Resources1.OpenRA;
FormBorderStyle = FormBorderStyle.None;
BackColor = Color.Black;
StartPosition = FormStartPosition.Manual;