1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00

cleanup in Euclidean

This commit is contained in:
Zeno Rogue
2019-12-08 10:59:09 +01:00
parent fe180cb6c3
commit ddb5d07ff6
17 changed files with 262 additions and 227 deletions

View File

@@ -479,9 +479,6 @@ EX namespace elec {
EX namespace princess {
#if HDR
#define EPX 39
#define EPY 21
#define OUT_OF_PRISON 200
#define OUT_OF_PALACE 250
#define PRADIUS0 (141)
@@ -499,6 +496,8 @@ struct info {
#endif
EX gp::loc coords() { return gp::loc(39, 21); }
EX bool generating = false;
EX bool challenge = false;
EX bool saved = false;