1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-26 15:12:48 +00:00

fixed weird spacing

This commit is contained in:
Zeno Rogue 2025-06-07 16:17:27 +02:00
parent a80b74dc62
commit 0117541093

View File

@ -932,8 +932,8 @@ template<class T> ld binsearch(ld dmin, ld dmax, const T& f, int iterations = 20
return dmin; return dmin;
} }
static constexpr int max_vec = (1<<14); static constexpr int max_vec = (1<<14);
extern bool needConfirmationEvenIfSaved(); extern bool needConfirmationEvenIfSaved();
typedef unsigned long long flagtype; typedef unsigned long long flagtype;
#define Flag(i) (flagtype(1ull<<i)) #define Flag(i) (flagtype(1ull<<i))