diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-18 21:11:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-18 21:11:43 +0300 |
commit | 7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9 (patch) | |
tree | a4f136272f5b52a1c425429a36755bd06ddd1ba0 /src/const/resources | |
parent | b4fcb4e1b208b6127ca28412d1a75f1ef30d1f85 (diff) | |
download | mv-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.tar.gz mv-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.tar.bz2 mv-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.tar.xz mv-7a0ac46d7e5c5a514463c95b5c4d0c7f13c022c9.zip |
Fix code style.
Diffstat (limited to 'src/const/resources')
-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 |