summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/unitdefines.h6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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 */