mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-25 14:43:01 +00:00
fixed weird spacing
This commit is contained in:
parent
a80b74dc62
commit
0117541093
4
hyper.h
4
hyper.h
@ -932,8 +932,8 @@ template<class T> ld binsearch(ld dmin, ld dmax, const T& f, int iterations = 20
|
||||
return dmin;
|
||||
}
|
||||
|
||||
static constexpr int max_vec = (1<<14);
|
||||
extern bool needConfirmationEvenIfSaved();
|
||||
static constexpr int max_vec = (1<<14);
|
||||
extern bool needConfirmationEvenIfSaved();
|
||||
|
||||
typedef unsigned long long flagtype;
|
||||
#define Flag(i) (flagtype(1ull<<i))
|
||||
|
Loading…
x
Reference in New Issue
Block a user