mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-22 20:14:05 +00:00
one missing patch from export
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user