mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-09 00:58:51 +00:00
new system for debug logs
This commit is contained in:
+3
-1
@@ -752,9 +752,11 @@ EX void draw_movement_arrows(cell *c, const transmatrix& V, int df) {
|
||||
if(keylist != "") queuestr(shiftless(V), keysize * mapfontscale / 100, keylist, col >> 8, 1);
|
||||
}
|
||||
|
||||
debugflag debug_movestar = {"graph_movestar"};
|
||||
|
||||
EX void drawmovestar(double dx, double dy) {
|
||||
|
||||
DEBBI(DF_GRAPH, ("draw movestar"));
|
||||
indenter_finish(debug_movestar, "drawmovestar");
|
||||
if(viewdists) return;
|
||||
if(GDIM == 3) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user