From b8d2d0d8788c777df2a298b6b26607069e37987d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 24 Mar 2018 15:21:22 +0100 Subject: [PATCH] one missing patch from export --- polygons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polygons.cpp b/polygons.cpp index 55aecd5a..b9b0c850 100644 --- a/polygons.cpp +++ b/polygons.cpp @@ -2649,7 +2649,7 @@ void getcoord0(const hyperpoint& h, int& xc, int &yc, int &sc) { // EYETODO sc = vid.eye * vid.radius * hscr[2]; } -void queuechr(const hyperpoint& h, int size, char chr, int col, int frame = 0) { +void queuechr(const hyperpoint& h, int size, char chr, int col, int frame) { int xc, yc, sc; getcoord0(h, xc, yc, sc); queuechr(xc, yc, sc, size, chr, col, frame); }