1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

fixed singletype texture patterns

This commit is contained in:
Zeno Rogue
2018-08-02 22:25:08 +02:00
parent 6b4ed57152
commit bd59b4e23a
4 changed files with 48 additions and 15 deletions

View File

@@ -905,6 +905,7 @@ namespace patterns {
static const char PAT_COLORING = 'C';
static const char PAT_SIBLING = 'S';
static const char PAT_CHESS = 'c';
static const char PAT_SINGLETYPE = 't';
extern int subpattern_flags;