mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-01 18:32:12 +00:00
Refactoring: moved all the remaining pattern code from mapeditor to pattern2
This commit is contained in:
+1
-1
@@ -2315,7 +2315,7 @@ void queuecurve(int linecol, int fillcol, int prio) {
|
||||
curvestart = size(curvedata);
|
||||
}
|
||||
|
||||
void queueline(const hyperpoint& H1, const hyperpoint& H2, int col, int prf = 0, int prio = PPR_LINE) {
|
||||
void queueline(const hyperpoint& H1, const hyperpoint& H2, int col, int prf, int prio) {
|
||||
polytodraw& ptd = nextptd();
|
||||
ptd.kind = pkLine;
|
||||
ptd.u.line.H1 = H1;
|
||||
|
||||
Reference in New Issue
Block a user