diff options
Diffstat (limited to 'src/const/resources/map')
-rw-r--r-- | src/const/resources/map/map.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/const/resources/map/map.h b/src/const/resources/map/map.h index ccf54c3dc..94a5b8cb7 100644 --- a/src/const/resources/map/map.h +++ b/src/const/resources/map/map.h @@ -20,9 +20,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RESOURCES_MAP_MAPCONSTS_H -#define RESOURCES_MAP_MAPCONSTS_H +#ifndef CONST_RESOURCES_MAP_MAP_H +#define CONST_RESOURCES_MAP_MAP_H static const int mapTileSize = 32; -#endif // RESOURCES_MAP_MAPCONSTS_H +#endif // CONST_RESOURCES_MAP_MAP_H |