1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-22 08:34:50 +00:00

removed eurad as it was the same as crossf

This commit is contained in:
Zeno Rogue
2019-04-29 11:18:10 +02:00
parent cb164d92c2
commit c98f58a672
3 changed files with 13 additions and 15 deletions

View File

@@ -146,8 +146,6 @@ void addMessage(string s, char spamtype = 0);
#define S6 (S3*2)
#define MAX_S3 4
#define eurad crossf
#define SG6 (S3==3?6:4)
#define SG3 (S3==3?3:2)
#define SG2 (S3==3?2:1)