From bc0b77acd3e6565653b3efadaab695189beddd72 Mon Sep 17 00:00:00 2001 From: Leo Pflug Date: Wed, 30 Oct 2019 17:40:31 +0100 Subject: Rename UNIT_UNITDEFINES_H to MAP_UNITDEFINES_H --- src/map/unitdefines.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/unitdefines.h') diff --git a/src/map/unitdefines.h b/src/map/unitdefines.h index 70b6e8d4d..0ee30998c 100644 --- a/src/map/unitdefines.h +++ b/src/map/unitdefines.h @@ -18,8 +18,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifndef UNIT_UNITDEFINES_H -#define UNIT_UNITDEFINES_H +#ifndef MAP_UNITDEFINES_H +#define MAP_UNITDEFINES_H /** * Used for directions, @see unit_data.dir @@ -55,4 +55,4 @@ enum unit_dir { /* Returns a random diagonal direction */ #define unit_get_rnd_diagonal_dir() ( UNIT_DIR_NORTHWEST + 2 * (rnd() % 4) ) -#endif /* UNIT_UNITDEFINES_H */ +#endif /* MAP_UNITDEFINES_H */ -- cgit v1.2.3-60-g2f50