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

removed the macro VALENCE

This commit is contained in:
Zeno Rogue
2020-07-13 00:54:25 +02:00
parent 9da8dac45b
commit f36eb9ddfe
2 changed files with 2 additions and 6 deletions

View File

@@ -196,11 +196,7 @@ void addMessage(string s, char spamtype = 0);
#define STDVAR (PURE || BITRUNCATED)
#define NONSTDVAR (!STDVAR)
#if CAP_ARCM
#define VALENCE (BITRUNCATED ? 3 : arcm::in() ? arcm::valence() : S3)
#else
#define VALENCE (BITRUNCATED ? 3 : S3)
#endif
#define VALENCE current_valence()
#define NUMWITCH 7