mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 03:47:40 +00:00
replaced macro VALENCE with function valence()
This commit is contained in:
@@ -1204,7 +1204,7 @@ EX bool geosupport_chessboard() {
|
||||
#endif
|
||||
(bt::in() || kite::in()) ? 0 :
|
||||
(S3 >= OINF) ? true :
|
||||
(VALENCE % 2 == 0);
|
||||
(valence() % 2 == 0);
|
||||
}
|
||||
|
||||
EX int geosupport_threecolor() {
|
||||
|
||||
Reference in New Issue
Block a user