1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

bugfix: Raging Bull / Orb of the Bull / Orb of Horns worked correctly only on hexagons and heptagonsm

This commit is contained in:
Zeno Rogue
2018-07-10 21:51:28 +02:00
parent f316be6793
commit a91195bda1
2 changed files with 12 additions and 6 deletions

View File

@@ -3659,4 +3659,6 @@ heptspin operator + (heptspin h, int spin);
heptspin operator - (heptspin h, int spin);
heptspin& operator += (heptspin& h, wstep_t);
bool anglestraight(cell *c, int d1, int d2);
}