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

replaced the sm::A3 flags with newer techniques (also fixes help in 3D config not appearing)

This commit is contained in:
Zeno Rogue
2019-05-04 20:40:46 +02:00
parent bd39bf970b
commit 4b7cba78ee
3 changed files with 71 additions and 87 deletions

View File

@@ -2446,7 +2446,6 @@ namespace sm {
static const int SIDE = 256;
static const int DOTOUR = 512;
static const int CENTER = 1024;
static const int A3 = 2048; // affects poly
static const int ZOOMABLE = 4096;
static const int TORUSCONFIG = 8192;
static const int MAYDARK = 16384;