1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 18:37:39 +00:00

sword:: accurate sword angles

This commit is contained in:
Zeno Rogue
2019-05-29 01:01:13 +02:00
parent 7a4ee025d8
commit 13a044154b
5 changed files with 31 additions and 14 deletions

View File

@@ -1833,11 +1833,9 @@ namespace tortoise {
int getRandomBits();
}
#define sword_angles (S7*S3*2)
namespace sword {
extern int angle[MAXPLAYER];
extern array<int, MAXPLAYER> angle;
cell *pos(cell *c, int s);
cell *pos(int id);