more fixes for editor

This commit is contained in:
nosogo
2010-12-05 01:33:28 +00:00
parent 81683509d9
commit f545edad68
15 changed files with 120 additions and 76 deletions

View File

@@ -9,8 +9,9 @@
// License, or (at your option) any later version
// ==============================================================
// This file is not used anoymore
// This file is not used anymore
/*
#include "map.h"
#include <cmath>
@@ -349,12 +350,12 @@ void Map::mirrorXY() { // copy leftbottom to topright
}
}
}
/*
void Map::rotatecopyX();
void Map::rotatecopyY();
void Map::rotatecopyXY();
void Map::rotatecopyCorner();
*/
// void Map::rotatecopyX();
// void Map::rotatecopyY();
// void Map::rotatecopyXY();
// void Map::rotatecopyCorner();
void Map::changeSurface(int x, int y, int surface, int radius) {
int i, j;
@@ -804,4 +805,6 @@ void Map::applyNewHeight(float newHeight, int x, int y, int strenght) {
}// end namespace
*/