mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 02:07:03 +00:00
one missing patch from export
This commit is contained in:
parent
30c2239333
commit
b8d2d0d878
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user