mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 09:56:41 +02:00
more fixes for editor
This commit is contained in:
@@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user