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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user