This commit is contained in:
parent
f2c2ce0fd2
commit
9087f4cc16
12 changed files with 94 additions and 87 deletions
|
@ -80,6 +80,7 @@ void CLayerCollision::Load(CFile *File,int Version)
|
|||
void CLayerCollision::Save(CFile *File)
|
||||
{
|
||||
// Always Save current version
|
||||
File->Write(&Mode,sizeof(MouseMode));
|
||||
Map.Save(File);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue