This commit is contained in:
parent
091c8f2ada
commit
e2c1ddcb20
17 changed files with 156 additions and 72 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue