aboutsummaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/map.h b/map.h
index f1325af..63ed445 100644
--- a/map.h
+++ b/map.h
@@ -1,18 +1,18 @@
-const char* map[] = {
-" .",
-" __________--^-^-\\. ____ __----/^\\.",
-"|\\/. \\__. ___/ || ___/ _/._-_ .",
-"| \\. /. /. __ __/ /__/ \\/^^\\___-__.",
-"| L-^-/. /. \\.\\_-- \\.",
-"| / _/ /\\/.",
-"|. | _/. __ __/",
-" \\. /. / ___/.//",
-" \\__ / | / \\/.",
-" \\________ __ _____.\\. \\_. ____--_ /\\_ \\",
-" \\__. / V. \\ \\ \\__ _/. \\_/ //",
-" \\ /. \\/. \\. _/. //",
-" \\_/. \\_/",
-"",
-" UNITED STATES SOVIET UNION"
+char* map[] = {
+ /* 0 */ " .",
+ /* 1 */ " __________--^-^-\\. ____ __----/^\\.",
+ /* 2 */ "|\\/. \\__. ___/ || ___/ _/._-_ .",
+ /* 3 */ "| \\. /. /. __ __/ /__/ \\/^^\\___-__.",
+ /* 4 */ "| L-^-/. /. \\.\\_-- \\.",
+ /* 5 */ "| / _/ _/\\/.",
+ /* 6 */ "|. | _/. __ __/",
+ /* 7 */ " \\. /. / ___/.//",
+ /* 8 */ " \\__ / | / \\/.",
+ /* 9 */ " \\________ __ _____.\\. \\_. ____--_ /\\_ \\",
+ /* 10 */ " \\__. / V. \\ \\ \\__ _/. \\_/ //",
+ /* 11 */ " \\ /. \\/. \\. _/. //",
+ /* 12 */ " \\_/. \\_/",
+ /* 13 */ "",
+ /* 14 */ " UNITED STATES SOVIET UNION"
};