git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1748 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
chrisf
2007-10-04 18:40:42 +00:00
parent 9354daed64
commit da04155fdd
40 changed files with 21 additions and 1791 deletions

View File

@@ -2,7 +2,6 @@ using System;
using System.Collections.Generic;
using System.Text;
using OpenRa.FileFormats;
using BluntDirectX.Direct3D;
using System.Drawing;
namespace OpenRa.Game
@@ -11,7 +10,7 @@ namespace OpenRa.Game
{
Dictionary<string, Sprite> trees = new Dictionary<string, Sprite>();
public TreeCache(GraphicsDevice device, Map map)
public TreeCache(Map map)
{
foreach (TreeReference r in map.Trees)
{