summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics.h b/graphics.h
index ef2e419..3cd070f 100644
--- a/graphics.h
+++ b/graphics.h
@@ -256,7 +256,7 @@ struct Renderjob
struct {
/* renderer, entityproc, tilers, rasterizers */
- Rendertime R, E, Tn[20], Rn[20];
+ Rendertime R, E, *Tn, *Rn;
} times;
Renderjob *next;