mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
removed the functions queuechr -- use queuestr now
This commit is contained in:
@@ -128,7 +128,7 @@ EX void drawBlizzards() {
|
||||
transmatrix tpartial = sball.global * rspintox(t) * xpush(hdist0(t) * at0);
|
||||
|
||||
if(wmascii || wmblack)
|
||||
queuechr(tpartial, .2, '.', 0xFFFFFF);
|
||||
queuestr(tpartial, .2, ".", 0xFFFFFF);
|
||||
else
|
||||
queuepoly(tpartial, cgi.shSnowball, 0xFFFFFF80);
|
||||
}
|
||||
|
Reference in New Issue
Block a user