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:
6
hyper.h
6
hyper.h
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user