converted TileReference back into a value type; fixed BaseNormal handling in BIM

This commit is contained in:
Chris Forbes
2009-11-04 18:48:57 +13:00
parent a9126fc9ce
commit bb144db787
2 changed files with 12 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ using System.Text;
namespace OpenRa.FileFormats
{
public class TileReference
public struct TileReference
{
public ushort tile;
public byte image;