Fixed SequenceEditor dependencies and lockup due to water crates being spawned on maps without water.

This commit is contained in:
Matthew Bowra-Dean
2010-02-16 20:02:59 +13:00
parent 4258e78049
commit 8b83677944
3 changed files with 4 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
using IjwFramework.Types;
using OpenRa.FileFormats;
namespace SequenceEditor
{