This commit is contained in:
parent
7855e6d880
commit
194af8128e
13 changed files with 290 additions and 69 deletions
|
@ -193,7 +193,7 @@ int Height=GetHeight();
|
|||
{
|
||||
sMapElem &ThisElem=Old.Get(X,Y);
|
||||
ThisElem.Flags^=Flag;
|
||||
Set((Width-1)-X,Y,ThisElem);
|
||||
Set((Width-1)-X,Y,ThisElem,true);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -213,7 +213,7 @@ int Height=GetHeight();
|
|||
{
|
||||
sMapElem &ThisElem=Old.Get(X,Y);
|
||||
ThisElem.Flags^=Flag;
|
||||
Set(X,(Height-1)-Y,ThisElem);
|
||||
Set(X,(Height-1)-Y,ThisElem,true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue