summaryrefslogtreecommitdiffstats
path: root/models.hpp
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-03-09 21:40:21 +0000
committerJoursoir <chat@joursoir.net>2021-03-09 21:40:21 +0000
commita7b9aa288a65ef456ec3795435c91eba58f2a098 (patch)
tree1e041f202140bf54385346cc7611d780c58fb0d3 /models.hpp
parentd0254f6bb715369b80b4340747e0ce30a009dfe6 (diff)
downloadascii-road-a7b9aa288a65ef456ec3795435c91eba58f2a098.tar.gz
ascii-road-a7b9aa288a65ef456ec3795435c91eba58f2a098.tar.bz2
ascii-road-a7b9aa288a65ef456ec3795435c91eba58f2a098.zip
update models with new support char
Diffstat (limited to 'models.hpp')
-rw-r--r--models.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/models.hpp b/models.hpp
index 6444123..7b2f751 100644
--- a/models.hpp
+++ b/models.hpp
@@ -1,7 +1,7 @@
#ifndef ASCIIROAD_MODELS_H
#define ASCIIROAD_MODELS_H
-#define SUPPORT_CHAR ' '
+#define SUPPORT_CHAR '?'
/* SUPPORT_CHAR use for support rectangular array */
struct object_info {