1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-22 20:14:05 +00:00

exported hooks_drawqueue

This commit is contained in:
Zeno Rogue
2020-05-25 02:26:50 +02:00
parent 5ef7d744f9
commit d94ed622b7

View File

@@ -1858,7 +1858,7 @@ ld xintval(const hyperpoint& h) {
EX ld backbrightness = .25;
purehookset hooks_drawqueue;
EX purehookset hooks_drawqueue;
constexpr int PMAX = int(PPR::MAX);
int qp[PMAX], qp0[PMAX];