This commit is contained in:
Daveo 2000-12-11 21:29:59 +00:00
parent 091c8f2ada
commit e2c1ddcb20
17 changed files with 156 additions and 72 deletions

View file

@ -17,7 +17,6 @@ BOOL operator==(sMapElem const &v1) // Doesnt Check flags
{
return(Set==v1.Set && Tile==v1.Tile);
}
};
enum
@ -63,6 +62,7 @@ public:
void RemapSet(int Old,int New);
inline void operator=(CMap &Src)
{
int Width=Src.GetWidth();